cask 'vuze' do version :latest sha256 :no_check url 'https://cf1.vuze.com/files/J7/VuzeBittorrentClientInstaller.dmg' name 'Vuze' homepage 'https://www.vuze.com/' license :gpl installer :script => 'Vuze Installer.app/Contents/MacOS/JavaApplicationStub', :args => ['-q'] uninstall :delete => '/Applications/Vuze.app' zap :delete => '~/Library/Application Support/Vuze' caveats <<-EOS.undent #{token} requires Java 6+, you can install the latest Java using brew cask install java EOS end