homebrew-cask/Casks/gitx.rb

27 lines
955 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gitx' do
2016-01-15 09:21:11 +08:00
version '0.7.1'
sha256 'd28a2cc1a1d0b83908e7b7fa47706c4e4fab3570277b2a7eae0324b1d86a4b87'
2012-10-14 14:24:57 +08:00
url 'http://frim.frim.nl/GitXStable.app.zip'
2015-12-26 04:57:40 +08:00
appcast 'http://gitx.frim.nl/Downloads/appcast.xml',
2016-01-14 02:07:26 +08:00
:checkpoint => '55accf881c6e6bc22e4c30d394e7d1b51c7f7b2de4b1a746f5fdeae742311ac9'
2015-04-01 04:11:00 +08:00
name 'GitX'
2012-10-14 14:24:57 +08:00
homepage 'http://gitx.frim.nl/'
license :gpl
conflicts_with :cask => %w[
laullon-gitx
rowanj-gitx
]
2014-09-16 00:05:38 +08:00
app 'GitX.app'
binary 'GitX.app/Contents/Resources/gitx'
2016-01-04 12:43:57 +08:00
zap :delete => [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/nl.frim.gitx.sfl',
'~/Library/Caches/nl.frim.GitX',
'~/Library/Preferences/nl.frim.GitX.plist',
'~/Library/Saved Application State/nl.frim.GitX.savedState',
]
2012-10-14 14:24:57 +08:00
end