homebrew-cask/Casks/launchcontrol.rb

22 lines
745 B
Ruby

cask 'launchcontrol' do
version '1.41'
sha256 '440cda887e6481a908a331009f11e7b623453ab4b5378767259994b8fd742977'
url "http://www.soma-zone.com/download/files/LaunchControl_#{version}.tar.bz2"
appcast 'http://www.soma-zone.com/LaunchControl/a/appcast.xml'
name 'LaunchControl'
homepage 'http://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'
zap trash: [
'~/Library/Caches/com.apple.helpd/Generated/com.soma-zone.LaunchControl.help*',
'~/Library/Preferences/com.soma-zone.LaunchControl.plist',
]
end