homebrew-cask/Casks/uninstallpkg.rb

22 lines
922 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'uninstallpkg' do
2015-11-06 23:50:52 +08:00
version '1.0.19'
sha256 '8dd282c2c8b98f83ed7a7799629407443a95e8eef503f7926c3d3b60c8c001f8'
2015-06-29 14:32:18 +08:00
url "https://www.corecode.at/downloads/uninstallpkg_#{version}.zip"
appcast 'https://www.corecode.at/uninstallpkg/uninstallpkg.xml',
2015-11-06 23:50:52 +08:00
:sha256 => '4beff1d471fe2195f83af01ce65cab90d24b0fcfa3738eee2d823385d23fdba3'
2015-01-10 04:25:49 +08:00
name 'UninstallPKG'
2015-06-29 14:32:18 +08:00
homepage 'https://www.corecode.at/uninstallpkg/'
2015-08-11 01:19:32 +08:00
license :freemium
2014-09-16 00:06:33 +08:00
app 'UninstallPKG.app'
2015-08-11 01:19:32 +08:00
zap :delete => [
'~/Library/Preferences/com.corecode.UninstallPKG.plist',
'~/Library/Application Support/UninstallPKG/',
'~/Library/Saved Application State/com.corecode.UninstallPKG.savedState/',
'/Library/PrivilegedHelperTools/com.corecode.UninstallPKGDeleteHelper',
'/Library/LaunchDaemons/com.corecode.UninstallPKGDeleteHelper.plist',
2015-08-11 01:19:32 +08:00
]
2013-12-03 14:17:07 +08:00
end