homebrew-cask/Casks/uninstallpkg.rb

22 lines
923 B
Ruby
Raw Normal View History

2014-11-14 01:27:16 +08:00
cask :v1 => 'uninstallpkg' do
2015-10-30 01:41:12 +08:00
version '1.0.18'
sha256 '4ade68a65f1afdc22c80ca6342ef9552fea6f365f5ba2ceedbb2ba488f6ef277'
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-10-30 01:41:12 +08:00
:sha256 => 'd719d393732ec686cbfa067911f0679439e3f88eb274a1225c30f704db1c43a4'
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'
]
2013-12-03 14:17:07 +08:00
end