homebrew-cask/Casks/github.rb

12 lines
376 B
Ruby
Raw Normal View History

2012-10-09 02:50:35 +08:00
class Github < Cask
url 'https://central.github.com/mac/latest'
homepage 'http://mac.github.com'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
link 'GitHub.app'
binary 'GitHub.app/Contents/MacOS/github_cli', :target => 'github'
after_install do
system '/usr/bin/defaults', 'write', 'com.github.GitHub', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
2012-10-09 02:50:35 +08:00
end