homebrew-cask/Casks/hipchat.rb

16 lines
442 B
Ruby
Raw Normal View History

2013-11-07 12:09:57 +08:00
class Hipchat < Cask
version 'latest'
sha256 :no_check
2014-04-27 16:55:45 +08:00
url 'https://www.hipchat.com/downloads/latest/mac'
2014-06-03 02:14:58 +08:00
appcast 'https://www.hipchat.com/release_notes/appcast/mac'
2013-04-15 02:46:30 +08:00
homepage 'https://www.hipchat.com/'
2013-06-01 07:51:31 +08:00
link 'HipChat.app'
after_install do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.hipchat.HipChat', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
2013-04-15 02:46:30 +08:00
end