homebrew-cask/Casks/gitx.rb

19 lines
434 B
Ruby
Raw Normal View History

2014-11-14 01:25:56 +08:00
cask :v1 => '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'
2014-05-14 21:40:00 +08:00
appcast 'http://gitx.frim.nl/Downloads/appcast.xml'
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
2014-09-16 00:05:38 +08:00
app 'GitX.app'
binary 'GitX.app/Contents/Resources/gitx'
conflicts_with :cask => %w{
laullon-gitx
rowanj-gitx
}
2012-10-14 14:24:57 +08:00
end