Receipts icon

Receipts 1.17-804

Document management

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    receipts # Receipts
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    receipts # Receipts
  ];
}

Package Definition

{
  "pname": "receipts",
  "version": "1.17-804",
  "src": {
    "url": "https://receipts-app.com/update/download/Receipts-1.17-804.zip",
    "sha256": "39a680e7248ee871ef96891e52dd654e280a1e6d512a0554310b6432172bb49b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Receipts.app\" && cp -r \"Receipts.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Document management",
    "homepage": "https://receipts-app.com/"
  }
}