homebrew-cask/Casks/d/dehelper.rb

41 lines
1.2 KiB
Ruby
Raw Normal View History

2023-03-28 08:16:06 +08:00
cask "dehelper" do
2023-12-14 21:59:23 +08:00
version "4.5.6"
2023-03-28 08:16:06 +08:00
sha256 :no_check
url "https://static.frdic.com/pkg/dhmac.dmg",
verified: "static.frdic.com/",
user_agent: :fake
name "Dehelper"
name "德语助手"
desc "Chinese-German dictionary"
homepage "https://www.eudic.net/v#{version.major}/de/app/dehelper"
livecheck do
url "https://www.eudic.net/update/dehelper_mac.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :high_sierra"
app "dehelper.app"
uninstall quit: [
"com.eusoft.dehelper",
"com.eusoft.dehelper.LightPeek",
]
zap trash: [
"~/Library/Application Scripts/com.eusoft.dehelper.QuickLook",
"~/Library/Caches/com.eusoft.dehelper",
"~/Library/Caches/com.eusoft.dehelper.LightPeek",
"~/Library/Containers/com.eusoft.dehelper.QuickLook",
"~/Library/Eudb_de",
"~/Library/HTTPStorages/com.eusoft.dehelper",
"~/Library/HTTPStorages/com.eusoft.dehelper.binarycookies",
"~/Library/Preferences/com.eusoft.dehelper.plist",
"~/Library/Preferences/com.eusoft.dehelper.LightPeek.plist",
"~/Library/Preferences/group.com.eusoft.dehelper.plist",
"~/Library/WebKit/com.eusoft.dehelper",
]
end