Skip to content

Commit 8af5578

Browse files
committed
plamo-translate 0.4.2 (new cask)
1 parent 0067a88 commit 8af5578

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Casks/p/plamo-translate.rb

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
cask "plamo-translate" do
2+
version "0.4.2"
3+
sha256 "c0ff7610249679a20072fc1b956018260cf41383f1e8ece1a90af46086934e24"
4+
5+
url "https://storage.googleapis.com/plamo-translate-web-downloads-prd/desktop/desktop-#{version}.dmg",
6+
verified: "storage.googleapis.com/plamo-translate-web-downloads-prd/"
7+
name "PLaMo Translate"
8+
name "PLaMo翻訳"
9+
desc "Translator focused on Japanese"
10+
homepage "https://translate.preferredai.jp/"
11+
12+
livecheck do
13+
url "https://storage.googleapis.com/plamo-translate-web-downloads-prd/desktop/latest-mac.yml"
14+
strategy :electron_builder
15+
end
16+
17+
depends_on macos: ">= :monterey"
18+
depends_on arch: :arm64
19+
20+
app "PLaMo翻訳.app"
21+
22+
uninstall quit: "com.pfn.plamo-translation"
23+
24+
zap trash: [
25+
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.pfn.plamo-translation.sfl*",
26+
"~/Library/Application Support/PLaMo翻訳",
27+
"~/Library/Logs/PLaMo翻訳",
28+
"~/Library/Preferences/com.pfn.plamo-translation.plist",
29+
]
30+
end

0 commit comments

Comments
 (0)