homebrew-cask/Casks/github.rb

27 lines
873 B
Ruby
Raw Normal View History

2014-11-14 01:25:56 +08:00
cask :v1 => 'github' do
2014-09-17 19:42:46 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://central.github.com/mac/latest'
homepage 'http://mac.github.com'
2014-10-01 23:32:57 +08:00
license :oss
2014-09-16 00:05:38 +08:00
app 'GitHub.app'
binary 'GitHub.app/Contents/MacOS/github_cli', :target => 'github'
2014-11-02 07:14:31 +08:00
2014-09-09 20:55:27 +08:00
postflight do
2014-11-02 07:14:31 +08:00
suppress_move_to_applications
end
2014-10-11 22:27:32 +08:00
zap :delete => [
'~/Library/Application Support/GitHub for Mac',
'~/Library/Application Support/ShipIt_stderr.log',
'~/Library/Application Support/ShipIt_stdout.log',
'~/Library/Application Support/com.github.GitHub',
'~/Library/Application Support/com.github.GitHub.ShipIt',
'~/Library/Caches/GitHub for Mac',
'~/Library/Caches/com.github.GitHub',
'~/Library/Containers/com.github.GitHub.Conduit',
]
2012-10-09 02:50:35 +08:00
end