mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
33 lines
1.2 KiB
Ruby
33 lines
1.2 KiB
Ruby
cask "receipts" do
|
|
version "1.14-682"
|
|
sha256 "85c4f5c53bc10cd4689bd6468a570bdc3d0045c3f2520bc229507b5b0defe2af"
|
|
|
|
url "https://www.receipts-app.com/update/download/Receipts-#{version}.zip"
|
|
name "Receipts"
|
|
desc "Document management"
|
|
homepage "https://www.receipts-app.com/"
|
|
|
|
livecheck do
|
|
url "https://www.receipts-app.com/updater.php"
|
|
regex(/href=.*?Receipts[._-]v?(\d+(?:[.-]\d+)+)\.zip/i)
|
|
end
|
|
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "Receipts.app"
|
|
|
|
zap trash: [
|
|
"~/Documents/Receipts.receipts",
|
|
"~/Library/Application Scripts/com.apperdeck.mac.Receipts.ReceiptsShareExtension",
|
|
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.apperdeck.mac.receipts.sfl2",
|
|
"~/Library/Caches/com.apperdeck.mac.Receipts",
|
|
"~/Library/Containers/com.apperdeck.mac.Receipts.ReceiptsShareExtension",
|
|
"~/Library/HTTPStorages/com.apperdeck.mac.Receipts",
|
|
"~/Library/Logs/Receipts",
|
|
"~/Library/PDF Services/Save PDF to Receipts",
|
|
"~/Library/Preferences/com.apperdeck.mac.Receipts.plist",
|
|
"~/Library/Saved Application State/com.apperdeck.mac.Receipts.savedState",
|
|
"~/Library/WebKit/com.apperdeck.mac.Receipts",
|
|
]
|
|
end
|