homebrew-cask/Casks/bartender.rb

17 lines
530 B
Ruby
Raw Normal View History

2012-10-14 15:11:19 +08:00
class Bartender < Cask
2014-09-17 19:42:39 +08:00
version :latest
sha256 :no_check
2012-10-14 15:11:19 +08:00
url 'http://www.macbartender.com/Demo/Bartender.zip'
2014-05-14 21:39:58 +08:00
appcast 'http://www.macbartender.com/updates/updates.php'
2012-10-14 15:11:19 +08:00
homepage 'http://www.macbartender.com/'
2014-09-16 00:05:17 +08:00
app 'Bartender.app'
2014-09-09 20:55:26 +08:00
postflight do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.surteesstudios.Bartender', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
2014-09-18 19:57:54 +08:00
zap :delete => '~/Library/Preferences/com.surteesstudios.Bartender.plist'
2012-10-14 15:11:19 +08:00
end