Files
homebrew-cask/Casks/i/ioquake3.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

27 lines
701 B
Ruby

cask "ioquake3" do
# NOTE: "3" is not a version number, but an intrinsic part of the product name
version "1.36"
sha256 :no_check
url "https://files.ioquake3.org/macOS.zip"
name "ioquake3"
desc "First person shooter engine"
homepage "https://ioquake3.org/"
livecheck do
url :url
strategy :extract_plist
end
app "ioquake3.app"
caveats <<~EOS
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/
and download patch data from https://files.ioquake3.org/quake3-latest-pk3s.zip
EOS
end