homebrew-cask/Casks/vuze.rb

17 lines
576 B
Ruby

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: change license and remove this comment; ':unknown' is a machine-generated placeholder
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