homebrew-cask/Casks/launchbar.rb

18 lines
744 B
Ruby
Raw Normal View History

class Launchbar < Cask
2014-08-28 09:40:17 +08:00
version '6.1'
sha256 '0770e0961e97ddd36c8d0b62dce44296f159daecf69b618986e0974795dc5479'
2014-07-06 10:53:40 +08:00
url "http://www.obdev.at/downloads/launchbar/LaunchBar-#{version}.dmg"
homepage 'http://www.obdev.at/products/launchbar/'
2014-09-16 00:05:50 +08:00
app 'LaunchBar.app'
zap :files => [
'~/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',
]
2013-04-07 23:59:02 +08:00
end