Added Vuze

Closes #8048
This commit is contained in:
Vítor Galvão 2014-12-14 18:04:42 +00:00
parent 070644e220
commit d8279847da
1 changed files with 16 additions and 0 deletions

16
Casks/vuze.rb Normal file
View File

@ -0,0 +1,16 @@
cask :v1 => 'vuze' do
version :latest
sha256 :no_check
url 'http://cf1.vuze.com/files/J7/VuzeBittorrentClientInstaller.dmg'
homepage 'http://www.vuze.com/'
license :unknown # todo: improve this machine-generated value
installer :manual => 'Vuze Installer.app'
uninstall :delete => '/Applications/Vuze.app'
zap :delete => '~/Library/Application Support/Vuze'
caveats 'If you pick an installation directory other than /Applications when installing this cask, you will need to uninstall it manually'
end