homebrew-cask/Casks/xaos.rb

14 lines
358 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'xaos' do
2014-08-13 18:14:34 +08:00
version '3.6'
sha256 '1a3864f354759c03c13150ef541b48d06cf74351360a85a8b46e73a45edc7054'
2015-01-19 11:19:29 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:53 +08:00
url "http://downloads.sourceforge.net/xaos/xaos-#{version}-macosx.dmg"
2015-01-10 05:09:57 +08:00
name 'XaoS'
name 'GNU XaoS'
2014-08-13 18:14:34 +08:00
homepage 'http://matek.hu/xaos'
license :gpl
2014-08-13 18:14:34 +08:00
2014-09-16 00:06:38 +08:00
app 'XaoS.app'
2014-08-13 18:14:34 +08:00
end