homebrew-cask/Casks/qq.rb

20 lines
531 B
Ruby

cask 'qq' do
version '4.0.6'
sha256 'a4316efeecc9d67104f951c470a22677294a11028af6d541e696b5bf037e6b8c'
url "http://dldir1.qq.com/qqfile/QQforMac/QQ_V#{version}.dmg"
name 'QQ'
homepage 'http://im.qq.com/macqq/'
license :commercial
app 'QQ.app'
uninstall :quit => 'com.tencent.qq'
zap :delete => [
'~/Library/Containers/com.tencent.qq',
'~/Library/Containers/com.tencent.localserver',
'~/Library/Containers/com.tencent.ScreenCapture'
]
end