homebrew-cask/Casks/j/jazz2-resurrection.rb

24 lines
795 B
Ruby
Raw Normal View History

2023-11-12 05:08:50 +08:00
cask "jazz2-resurrection" do
2023-11-13 06:48:49 +08:00
# NOTE: "2" is not a version number, but an intrinsic part of the product name
2023-11-12 05:08:50 +08:00
arch arm: "ARM64", intel: "x64"
2024-01-27 08:32:12 +08:00
version "2.5.0"
sha256 "748027e79902082d1cd6c969f25f69099d6004666e021d86edbfeb1af40d853d"
2023-11-12 05:08:50 +08:00
url "https://github.com/deathkiller/jazz2/releases/download/#{version}/Jazz2_#{version}_MacOS.zip",
verified: "github.com/deathkiller/jazz2/"
name "Jazz² Resurrection"
desc "Open-source re-implementation of Jazz Jackrabbit 2 game engine"
2023-11-12 05:08:50 +08:00
homepage "https://deat.tk/jazz2/"
container nested: "#{arch}/jazz2_sdl2.dmg"
app "Jazz² Resurrection.app"
zap trash: "~/Library/Application Support/Jazz² Resurrection"
caveats <<~EOS
Game data should be installed to ~/Library/Application Support/Jazz² Resurrection/Source/
EOS
2023-11-12 05:08:50 +08:00
end