homebrew-cask/Casks/goofy.rb

13 lines
283 B
Ruby

cask :v1 => 'goofy' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://goofyapp.s3.amazonaws.com/Goofy.app.zip'
name 'Goofy'
homepage 'http://www.goofyapp.com/'
license :gratis
app 'Goofy.app'
end