Reunion icon

Reunion 14.0.0,260412unr

Genealogy (family tree) app

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "reunion",
  "version": "14.0.0,260412unr",
  "src": {
    "url": "https://store.leisterpro.com/updates/reunion14/Reunion-14-0-0-260412unr.zip",
    "sha256": "149d0de26fa8a9e930c1663dbcaa8e0493c2f0b97f9b23bfe282ae9979ffbb71"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Reunion 14.app\" && cp -r \"Reunion 14.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Genealogy (family tree) app",
    "homepage": "https://www.leisterpro.com/"
  }
}