Skip to content

Commit 5d2d61e

Browse files
committed
plamo-translate 0.4.3 (new cask)
1 parent c600e21 commit 5d2d61e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Casks/p/plamo-translate.rb

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
cask "plamo-translate" do
2+
version "0.4.3"
3+
sha256 "95fd6b154924096b81ed3ce182c537cee1b9d52cdab07d9a39388fe6dc78860d"
4+
5+
url "https://storage.googleapis.com/plamo-translate-web-downloads-prd/desktop/plamo-translate-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+
login_item: "PLaMo翻訳"
24+
25+
zap trash: [
26+
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.pfn.plamo-translation.sfl*",
27+
"~/Library/Application Support/PLaMo翻訳",
28+
"~/Library/Logs/PLaMo翻訳",
29+
"~/Library/Preferences/com.pfn.plamo-translation.plist",
30+
]
31+
end

0 commit comments

Comments
 (0)