homebrew-cask/Casks/deepl.rb

27 lines
844 B
Ruby
Raw Normal View History

2019-09-17 03:30:47 +08:00
cask 'deepl' do
version '1.5.0'
sha256 '2a7a7d7bd9a7938d024bac765110f87996c06676161e85e499a6e260882e998d'
2019-09-17 03:30:47 +08:00
url "https://www.deepl.com/macos/download/LpsA0EG5frbfX8p5/DeepL#{version.no_dots}.zip"
name 'DeepL'
homepage 'https://www.deepl.com/'
2019-09-25 09:02:58 +08:00
auto_updates true
2019-09-19 02:50:54 +08:00
depends_on macos: '>= :high_sierra'
2019-09-17 03:30:47 +08:00
app 'DeepL.app'
uninstall quit: [
'com.linguee.DeepLCopyTranslator',
'com.linguee.DeepLLauncher',
'com.linguee.DeepLStatusBar',
]
zap trash: [
'~/Library/Caches/com.linguee.DeepLCopyTranslator',
'~/Library/Caches/com.linguee.DeepLCopyTranslator.ShipIt',
'~/Library/Group Containers/*.com.linguee.DeepL',
'~/Library/Preferences/com.linguee.DeepLCopyTranslator.plist',
]
end