homebrew-cask/Casks/jietu.rb

21 lines
619 B
Ruby
Raw Normal View History

2017-03-18 01:30:07 +08:00
cask 'jietu' do
2018-06-11 20:36:58 +08:00
version '2.2.2,11054'
sha256 '6b8c906a1f004e11aa956916fb3e652a3b72baee77d76f09e02a4199db8bddc4'
2017-03-18 01:30:07 +08:00
2018-06-11 20:36:58 +08:00
url "https://dldir1.qq.com/invc/tt/QB/Jietu/Jietu_#{version.before_comma}(#{version.after_comma}).dmg"
2017-03-18 01:30:07 +08:00
name 'Jietu'
name '截图'
2018-10-07 13:41:35 +08:00
homepage 'https://jietu.qq.com/'
2017-03-18 01:30:07 +08:00
app 'Jietu.app'
uninstall quit: 'com.tencent.JietuMac',
launchctl: 'com.tencent.JietuHelperMac'
zap trash: [
'~/Library/Application Support/Jietu',
'~/Library/Caches/com.tencent.JietuMac',
'~/Library/Preferences/com.tencent.JietuMac.plist',
]
2017-03-18 01:30:07 +08:00
end