homebrew-cask/Casks/app-cleaner.rb

21 lines
880 B
Ruby

cask 'app-cleaner' do
version '6.10'
sha256 '827f6a75c6ef61557611025b6b4717630a9f22e5847e5f4d34c0cf2fe1d5d05d'
url 'https://nektony.com/download/app-cleaner-uninstaller/app-cleaner-uninstaller.dmg'
appcast 'https://nektony.com/promo/mac-app-cleaner-pro/update/update.xml'
name 'Nektony App Cleaner & Uninstaller'
homepage 'https://nektony.com/mac-app-cleaner'
app 'App Cleaner.app'
zap trash: [
'~/Library/Application Scripts/com.nektony.App-Cleaner-Pro',
'~/Library/Application Support/com.nektony.App-Cleaner-Pro',
'~/Library/Caches/com.nektony.App-Cleaner-Pro',
'~/Library/Containers/com.nektony.StartupDiskFull',
'~/Library/Preferences/com.nektony.App-Cleaner-Pro.plist',
'~/Library/Saved Application State/com.nektony.App-Cleaner-Pro.savedState',
]
end