Files
homebrew-cask/Casks/m/megazeux.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

19 lines
588 B
Ruby

cask "megazeux" do
version "2.92f"
sha256 "1c4807ff44f27a41b1131a08eb42c4d07e783653380150a980f2f9e3d2a4836e"
url "https://github.com/AliceLR/megazeux/releases/download/v#{version}/mzx#{version.no_dots}-intel-universal.dmg",
verified: "github.com/AliceLR/megazeux/"
name "MegaZeux"
desc "ASCII-based game creation system"
homepage "https://www.digitalmzx.com/"
app "MegaZeux.app"
artifact "Documentation", target: "~/Library/Application Support/MegaZeux/Documentation"
zap trash: [
"~/.megazeux-config",
"~/Library/Application Support/MegaZeux",
]
end