homebrew-cask/Casks/vuze.rb

23 lines
544 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'
2015-05-10 01:54:01 +08:00
name 'Vuze'
2015-06-29 14:32:18 +08:00
homepage 'https://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