Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
quba # Quba-Viewer
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
quba # Quba-Viewer
];
} Package Definition
{
"pname": "quba",
"version": "1.5.1",
"src": {
"url": "https://github.com/ZUGFeRD/quba-viewer/releases/download/v1.5.1/Quba-1.5.1-universal.dmg",
"sha256": "7558b83c03847c872a80fe658eabcde17db2e1f02eab5a79c43141508fd85ba2"
},
"installPhase": [
"mkdir -p \"$out/Applications/Quba.app\" && cp -r \"Quba.app\" \"$out/Applications\""
],
"meta": {
"description": "Viewer for electronic invoices",
"homepage": "https://quba-viewer.org/"
}
}