homebrew-cask/Casks/tuxguitar.rb

13 lines
425 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tuxguitar' do
2013-06-21 18:39:00 +08:00
version '1.2'
sha256 '2d79ffdfdde9205073fdaa1c34701ea8f1961f822709b5270dc57555eb926d16'
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:51 +08:00
url "http://downloads.sourceforge.net/project/tuxguitar/TuxGuitar/TuxGuitar-#{version}/tuxguitar-#{version}-macosx10.5-cocoa-64.dmg"
2015-05-05 04:49:42 +08:00
name 'TuxGuitar'
homepage 'http://www.tuxguitar.com.ar/'
license :gpl
2014-09-16 00:06:32 +08:00
app 'Tuxguitar.app'
2013-06-21 18:39:00 +08:00
end