homebrew-cask/Casks/qq.rb

27 lines
1.0 KiB
Ruby

cask 'qq' do
version '6.2.1'
sha256 '3f2c08a6bb20dfd7cc4a50bae7550e4090dd3624e31a8ca9587c3c922692f203'
url "https://dldir1.qq.com/qqfile/QQforMac/QQ_V#{version}.dmg"
name 'QQ'
homepage 'https://im.qq.com/macqq/'
app 'QQ.app'
uninstall quit: 'com.tencent.qq'
zap trash: [
'~/Library/Application Scripts/FN2V63AD2J.com.tencent.ScreenCapture2',
'~/Library/Application Scripts/FN2V63AD2J.com.tencent.localserver2',
'~/Library/Application Scripts/com.tencent.qq',
'~/Library/Caches/com.tencent.qq',
'~/Library/Containers/FN2V63AD2J.com.tencent.ScreenCapture2',
'~/Library/Containers/FN2V63AD2J.com.tencent.localserver2',
'~/Library/Containers/com.tencent.qq',
'~/Library/Group Containers/FN2V63AD2J.com.tencent',
'~/Library/Preferences/com.tencent.qq.plist',
'~/Library/Saved Application State/com.tencent.qq.savedState',
'~/Library/WebKit/com.tencent.qq',
]
end