homebrew-cask/Casks/qqlive.rb

25 lines
817 B
Ruby

cask 'qqlive' do
version '2.2.0.42133'
sha256 '64bd2e3d4f18331b400cd19e437df8bb8e6e93ffe4fd9a9687e843dc34f53f3b'
url "https://dldir1.qq.com/qqtv/mac/TencentVideo_V#{version}.dmg"
name 'QQLive'
name '腾讯视频'
homepage 'https://v.qq.com/download.html#mac'
auto_updates true
depends_on macos: '>= :yosemite'
app 'QQLive.app'
zap trash: [
'~/Library/Caches/com.tencent.tenvideo',
'~/Library/Containers/com.tencent.tenvideo',
'~/Library/Cookies/com.tencent.tenvideo.binarycookies',
'~/Library/Logs/QQLive',
'~/Library/Preferences/com.tencent.tenvideo.plist',
'~/Library/Saved Application State/com.tencent.tenvideo.savedState',
'~/Library/WebKit/com.tencent.tenvideo',
]
end