homebrew-cask/Casks/gobbler.rb

16 lines
441 B
Ruby
Raw Normal View History

2015-05-25 21:13:18 +08:00
cask :v1 => 'gobbler' do
version :latest
sha256 :no_check
url 'https://app.gobbler.com/download_latest_redirect?product_version=2'
name 'Gobbler'
homepage 'https://app.gobbler.com'
license :gratis
installer :manual => 'Gobbler.app'
uninstall :script => {
:executable => '/Library/Gobbler/Uninstaller/uninstall_gobbler.sh',
:args => ['-f'],
}
end