homebrew-cask/Casks/launchcontrol.rb

31 lines
1.2 KiB
Ruby

cask 'launchcontrol' do
version '1.50.1'
sha256 '3bb6ad46e8610b093321f0fc71d7d580f4c3aa6c54ffdb435f1dc8988183b0dc'
url "https://www.soma-zone.com/download/files/LaunchControl-#{version}.tar.bz2"
appcast 'https://www.soma-zone.com/LaunchControl/a/appcast_update.xml'
name 'LaunchControl'
homepage 'https://www.soma-zone.com/LaunchControl/'
auto_updates true
app 'LaunchControl.app'
uninstall delete: '/Library/PrivilegedHelperTools/com.soma-zone.LaunchControl.Helper',
launchctl: 'com.soma-zone.LaunchControl.Helper',
quit: [
'com.soma-zone.JobWatch',
'com.soma-zone.LaunchControl',
'com.soma-zone.LicenseWindow',
'com.soma-zone.QuickLaunch',
]
zap trash: [
'~/Library/Application Support/LaunchControl',
'~/Library/Caches/com.apple.helpd/Generated/com.soma-zone.LaunchControl.help*',
'~/Library/Caches/com.apple.helpd/Generated/LaunchControl Help*',
'~/Library/Caches/com.soma-zone.LaunchControl',
'~/Library/Preferences/com.soma-zone.LaunchControl.plist',
]
end