homebrew-cask/Casks/gitx.rb

13 lines
377 B
Ruby

cask :v1 => 'gitx' do
version :latest
sha256 :no_check
url 'http://frim.frim.nl/GitXStable.app.zip'
appcast 'http://gitx.frim.nl/Downloads/appcast.xml'
homepage 'http://gitx.frim.nl/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'GitX.app'
binary 'GitX.app/Contents/Resources/gitx'
end