homebrew-cask/Casks/ioquake3.rb

18 lines
595 B
Ruby

cask "ioquake3" do
# note: "3" is not a version number, but an intrinsic part of the product name
version "1.36"
sha256 "ff310471aa641cc27980055691b3e3cf5496ac262f10967c9d5052fd3815a3fc"
url "https://ioquake3.org/files/#{version}/ioquake3%20#{version}.dmg"
name "ioquake3"
homepage "https://ioquake3.org/"
suite "ioquake3"
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/
EOS
end