homebrew-cask/Casks/vuze.rb

22 lines
529 B
Ruby
Raw Normal View History

2014-12-15 02:04:42 +08:00
cask :v1 => 'vuze' do
version :latest
sha256 :no_check
url 'http://cf1.vuze.com/files/J7/VuzeBittorrentClientInstaller.dmg'
homepage 'http://www.vuze.com/'
2015-03-30 05:14:42 +08:00
license :gpl
2014-12-15 02:04:42 +08:00
installer :script => 'Vuze Installer.app/Contents/MacOS/JavaApplicationStub',
:args => [ '-q' ]
2014-12-15 02:04:42 +08:00
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
2014-12-15 02:04:42 +08:00
end