homebrew-cask/Casks/deepl.rb

28 lines
694 B
Ruby
Raw Normal View History

cask "deepl" do
version "1.13.2,124423"
sha256 :no_check
2019-09-17 03:30:47 +08:00
url "https://appdownload.deepl.com/macos/DeepL.dmg"
name "DeepL"
desc "Trains AIs to understand and translate texts"
homepage "https://www.deepl.com/"
2019-09-17 03:30:47 +08:00
2019-09-25 09:02:58 +08:00
auto_updates true
depends_on macos: ">= :high_sierra"
2019-09-19 02:50:54 +08:00
app "DeepL.app"
2019-09-17 03:30:47 +08:00
uninstall quit: [
"com.linguee.DeepLCopyTranslator",
"com.linguee.DeepLLauncher",
"com.linguee.DeepLStatusBar",
]
2019-09-17 03:30:47 +08:00
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",
]
2019-09-17 03:30:47 +08:00
end