gcs icon

gcs 5.41.1

Character sheet editor for the GURPS Fourth Edition roleplaying game

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gcs",
  "version": "5.41.1",
  "src": {
    "url": "https://github.com/richardwilkes/gcs/releases/download/v5.41.1/gcs-5.41.1-macos-arm64.dmg",
    "sha256": "29a94a2238e187de7f5ffff3d2af6048a339a6ba1bb973c308ef52e827bfaf93"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GCS.app\" && cp -r \"GCS.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Character sheet editor for the GURPS Fourth Edition roleplaying game",
    "homepage": "https://gurpscharactersheet.com/"
  }
}