diff --git a/Casks/goofy.rb b/Casks/goofy.rb new file mode 100644 index 00000000000..ed32ad3883d --- /dev/null +++ b/Casks/goofy.rb @@ -0,0 +1,12 @@ +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