homebrew-cask-versions/Casks/adventure.rb
Enrico Spinielli fa033455ea Adventure game of old.
Cask to install the Adventure game.
2013-07-22 10:50:04 +02:00

7 lines
215 B
Ruby

class Adventure < Cask
url 'http://www.lobotomo.com/products/downloads/Adventure.dmg'
homepage 'http://www.lobotomo.com/products/Adventure/index.html'
version 'latest'
no_checksum
link 'Adventure.app'
end