homebrew-cask/Casks/gitx.rb

27 lines
898 B
Ruby

cask 'gitx' do
version :latest
sha256 :no_check
url 'http://frim.frim.nl/GitXStable.app.zip'
appcast 'http://gitx.frim.nl/Downloads/appcast.xml',
:checkpoint => '209ca4c0c295d4b06447f579f2649be71ddb1a8b21d326b1ca50bb0ffed2ba46'
name 'GitX'
homepage 'http://gitx.frim.nl/'
license :gpl
conflicts_with :cask => %w[
laullon-gitx
rowanj-gitx
]
app 'GitX.app'
binary 'GitX.app/Contents/Resources/gitx'
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',
]
end