forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcashnotify.rb
28 lines (23 loc) · 1.12 KB
/
cashnotify.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 "cashnotify" do
version "3.6.4"
sha256 "f195b73ad787a0afef91728b7d516f5a5c6a3c9d05c2b37642e407c2346d893d"
url "https://github.com/BaguetteEngineering/download.cashnotify.com/releases/download/v#{version}/CashNotify-#{version}.dmg",
verified: "github.com/BaguetteEngineering/download.cashnotify.com/"
name "CashNotify"
desc "Monitor your Stripe and Paypal accounts from your menubar"
homepage "https://cashnotify.com/"
auto_updates true
app "CashNotify.app"
uninstall launchctl: "com.baguetteengineering.cashnotify.ShipIt",
quit: "com.baguetteengineering.cashnotify"
zap trash: [
"~/Library/Application Support/Caches/cashnotify-updater",
"~/Library/Application Support/CashNotify",
"~/Library/Caches/com.baguetteengineering.cashnotify",
"~/Library/Caches/com.baguetteengineering.cashnotify.ShipIt",
"~/Library/Logs/CashNotify",
"~/Library/Preferences/com.baguetteengineering.cashnotify.helper.plist",
"~/Library/Preferences/com.baguetteengineering.cashnotify.plist",
"~/Library/Saved Application State/com.baguetteengineering.cashnotify.savedState",
]
end