homebrew-cask/Casks/dash.rb

14 lines
387 B
Ruby
Raw Normal View History

2013-10-20 15:19:08 +08:00
class Dash < Cask
url 'http://kapeli.com/Dash.zip'
2014-05-14 21:39:59 +08:00
appcast 'http://kapeli.com/Dash.xml'
2013-10-20 15:19:08 +08:00
homepage 'http://kapeli.com/dash'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-10-20 15:19:08 +08:00
link 'Dash.app'
after_install do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.kapeli.dash', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
2013-10-20 15:19:08 +08:00
end