homebrew-cask-versions/Casks/github.rb
2014-02-26 11:36:24 -05:00

10 lines
293 B
Ruby

class Github < Cask
url 'https://central.github.com/mac/latest'
homepage 'http://mac.github.com'
version 'latest'
no_checksum
link 'GitHub.app'
after_install do
system 'defaults', 'write', 'com.github.GitHub', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end