gcs icon

gcs 5.36.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.36.1",
  "src": {
    "url": "https://github.com/richardwilkes/gcs/releases/download/v5.36.1/gcs-5.36.1-macos-arm64.dmg",
    "sha256": "b8eb8a63a8fb8604880348805697fdcf24466c1052038748e63f4dc676a1f200"
  },
  "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/"
  }
}