homebrew-cask/Casks/clonk.rb

13 lines
378 B
Ruby

cask :v1 => 'clonk' do
version :latest
sha256 :no_check
# clonkx.de is the official download host per the vendor homepage
url 'http://www.clonkx.de/rage/cr_full_mac.zip'
name 'Clonk Rage'
homepage 'http://www.clonk.de/cr.php'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Clonk.app'
end