mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
29 lines
1.1 KiB
Ruby
29 lines
1.1 KiB
Ruby
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
|