homebrew-cask/Casks/bartender.rb

13 lines
397 B
Ruby
Raw Normal View History

2012-10-14 15:11:19 +08:00
class Bartender < Cask
url 'http://www.macbartender.com/Demo/Bartender.zip'
homepage 'http://www.macbartender.com/'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-06-01 07:51:31 +08:00
link 'Bartender.app'
after_install do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.surteesstudios.Bartender', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
2012-10-14 15:11:19 +08:00
end