homebrew-cask/Casks/app-cleaner.rb

21 lines
879 B
Ruby

cask 'app-cleaner' do
version '6.7'
sha256 '758665213bcca36cc70a12663d7cf47442a15f4add1059feeb9dffd2725b73a5'
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