Files
homebrew-cask/Casks/c/clonk.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
334 B
Ruby

cask "clonk" do
version "1.0"
sha256 :no_check
url "http://www.clonkx.de/rage/cr_full_mac.zip",
verified: "clonkx.de/rage/"
name "Clonk Rage"
desc "Single player and multiplayer action game"
homepage "http://www.clonk.de/cr.php"
livecheck do
url :url
strategy :extract_plist
end
app "Clonk.app"
end