homebrew-cask/Casks/bittorrent.rb

22 lines
712 B
Ruby

cask 'bittorrent' do
version :latest
sha256 :no_check
url 'https://download-new.utorrent.com/os/osx/track/stable/endpoint/btmac'
name 'BitTorrent'
homepage 'https://www.bittorrent.com'
license :gratis
installer manual: 'Bittorrent.app'
uninstall delete: '/Applications/BitTorrent.app'
zap delete: [
'~/Library/Preferences/com.com.bittorrent.BitTorrent.plist',
'~/Library/Application Support/BitTorrent',
'~/Library/Saved Application State/com.com.bittorrent.BitTorrent.savedState',
'~/Library/Caches/com.com.bittorrent.BitTorrent',
'~/Library/LaunchAgents/com.bittorrent.BitTorrent.plist',
]
end