homebrew-cask/Casks/vuze.rb

21 lines
447 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'vuze' do
2014-12-15 02:04:42 +08:00
version :latest
sha256 :no_check
url 'https://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/'
2014-12-15 02:04:42 +08:00
installer script: 'Vuze Installer.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
sudo: true
2014-12-15 02:04:42 +08:00
uninstall delete: '/Applications/Vuze.app'
2014-12-15 02:04:42 +08:00
zap delete: '~/Library/Application Support/Vuze'
2014-12-15 02:04:42 +08:00
2016-01-13 00:57:20 +08:00
caveats do
depends_on_java
end
2014-12-15 02:04:42 +08:00
end