homebrew-cask/Casks/launchbar.rb

28 lines
1.0 KiB
Ruby

cask :v1 => 'launchbar' do
if MacOS.release <= :mountain_lion
version '5.6.4'
sha256 '22a1ec0c10de940e5efbcccd18b8b048d95fb7c63213a01c7976a76d6be69a4d'
url "http://www.obdev.at/downloads/launchbar/legacy/LaunchBar-#{version}.dmg"
else
version '6.3'
sha256 '0ee5bacc02dc5213fc80934fed66124a718fd72d654ce3a4365cc694d76c1578'
url "http://www.obdev.at/downloads/launchbar/LaunchBar-#{version}.dmg"
end
name 'LaunchBar'
homepage 'http://www.obdev.at/products/launchbar/'
license :commercial
app 'LaunchBar.app'
zap :delete => [
'~/Library/Preferences/at.obdev.LaunchBar.plist',
'~/Library/Application Support/LaunchBar/Configuration.plist',
'~/Library/Application Support/LaunchBar/CustomShortcuts.plist',
# todo unsure if these contain user-created content
# '~/Library/Application Support/LaunchBar/Actions',
# '~/Library/Application Support/LaunchBar/Snippets',
]
end