homebrew-cask/Casks/app-tamer.rb

19 lines
661 B
Ruby

cask 'app-tamer' do
version '2.4.4'
sha256 'd92737991c06e746dfe0ddc0cfc5f81b14ffeb91b5fc3fdca03c49de96aec639'
url "https://www.stclairsoft.com/download/AppTamer-#{version}.dmg"
appcast 'https://www.stclairsoft.com/cgi-bin/sparkle.cgi?AT'
name 'AppTamer'
homepage 'https://www.stclairsoft.com/AppTamer/'
app 'App Tamer.app'
zap trash: [
'/Library/LaunchDaemons/com.stclairsoft.AppTamerAgent.plist',
'/Library/PrivilegedHelperTools/com.stclairsoft.AppTamerAgent',
'~/Library/Caches/com.stclairsoft.AppTamer',
'~/Library/Preferences/com.stclairsoft.AppTamer.plist',
]
end