homebrew-cask/Casks/ioquake3.rb

15 lines
465 B
Ruby
Raw Normal View History

2013-11-30 03:04:54 +08:00
class Ioquake3 < Cask
version '1.36'
sha256 'ff310471aa641cc27980055691b3e3cf5496ac262f10967c9d5052fd3815a3fc'
2014-09-26 20:08:58 +08:00
url "http://ioquake3.org/files/#{version}/ioquake3%20#{version}.dmg"
homepage 'http://ioquake3.org/'
2014-09-16 23:25:13 +08:00
suite 'ioquake3'
caveats <<-EOS.undent
To complete the installation of #{title}, you will have to copy the file
'pak0.pk3' from your Quake 3 Arena installation support directory into
~/Applications/ioquake3/baseq3.
2013-11-30 03:04:54 +08:00
EOS
end