Files
homebrew-cask/Casks/e/enigma.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

18 lines
474 B
Ruby

cask "enigma" do
version "1.30"
sha256 "a15a17b9399da9bc5cfdb085765de448a18a372340676e8d3d3913765e147e19"
url "https://github.com/Enigma-Game/Enigma/releases/download/#{version}/Enigma-#{version}.dmg",
verified: "github.com/Enigma-Game/"
name "Enigma"
desc "Puzzle game inspired by Oxyd and Rock'n'Roll"
homepage "https://www.nongnu.org/enigma/"
suite "Enigma"
zap trash: [
"~/.enigmarc.xml",
"~/Library/Application Support/Enigma",
]
end