forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatext.rb
28 lines (23 loc) · 792 Bytes
/
atext.rb
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
cask "atext" do
version "2.37.1,106"
sha256 :no_check
url "https://www.trankynam.com/atext/downloads/aText.dmg"
name "aText"
desc "Tool to replace abbreviations while typing"
homepage "https://www.trankynam.com/atext/"
livecheck do
url "https://www.trankynam.com/atext/aText-Appcast.xml"
strategy :sparkle
end
auto_updates true
app "aText.app"
zap trash: [
"~/Library/Application Scripts/com.trankynam.aText",
"~/Library/Application Support/com.trankynam.aText",
"~/Library/Caches/com.trankynam.aText",
"~/Library/Containers/com.trankynam.aText",
"~/Library/Cookies/com.trankynam.aText.binarycookies",
"~/Library/Preferences/com.trankynam.aText.plist",
"~/Library/Saved Application State/com.trankynam.aText.savedState",
]
end