homebrew-cask/Casks/ioquake3.rb

18 lines
602 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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'
url "https://ioquake3.org/files/#{version}/ioquake3%20#{version}.dmg"
2015-01-05 04:59:05 +08:00
name 'ioquake3'
homepage 'https://ioquake3.org/'
2014-09-16 23:25:13 +08:00
suite 'ioquake3'
2014-12-05 23:32:49 +08:00
caveats <<-EOS.undent
2016-12-23 01:10:45 +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
#{appdir}/ioquake3/baseq3/ or ~/Library/Application Support/Quake3/baseq3/
2014-10-07 22:45:26 +08:00
EOS
2013-11-30 03:04:54 +08:00
end