homebrew-cask/Casks/gitx.rb

27 lines
898 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gitx' do
2014-09-17 19:42:46 +08:00
version :latest
sha256 :no_check
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',
:checkpoint => '209ca4c0c295d4b06447f579f2649be71ddb1a8b21d326b1ca50bb0ffed2ba46'
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