-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathdehelper.rb
More file actions
34 lines (29 loc) · 1001 Bytes
/
dehelper.rb
File metadata and controls
34 lines (29 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
cask "dehelper" do
version :latest
sha256 :no_check
url "https://static.eudic.net/pkg/dhmac.dmg",
user_agent: :fake
name "Dehelper"
name "德语助手"
desc "Chinese-German dictionary"
homepage "https://www.eudic.net/v4/de/app/dehelper"
depends_on :macos
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.LightPeek.plist",
"~/Library/Preferences/com.eusoft.dehelper.plist",
"~/Library/Preferences/group.com.eusoft.dehelper.plist",
"~/Library/WebKit/com.eusoft.dehelper",
]
end