homebrew-cask/Casks/ioquake3.rb

19 lines
684 B
Ruby
Raw Normal View History

2014-11-14 01:26:07 +08:00
cask :v1 => 'ioquake3' do
2014-11-25 22:00:04 +08:00
# note: "3" is not a version number, but an intrinsic part of the product name
2013-11-30 03:04:54 +08:00
version '1.36'
sha256 'ff310471aa641cc27980055691b3e3cf5496ac262f10967c9d5052fd3815a3fc'
2014-09-26 20:08:58 +08:00
url "http://ioquake3.org/files/#{version}/ioquake3%20#{version}.dmg"
2015-01-05 04:59:05 +08:00
name 'ioquake3'
homepage 'http://ioquake3.org/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 23:25:13 +08:00
suite 'ioquake3'
2014-12-05 23:32:49 +08:00
caveats <<-EOS.undent
2014-12-11 00:46:07 +08:00
To complete the installation of #{token}, you will have to copy the file
'pak0.pk3' from your Quake 3 Arena installation support directory into
2014-10-07 22:45:26 +08:00
~/Applications/ioquake3/baseq3/.
EOS
2013-11-30 03:04:54 +08:00
end