gcs icon

gcs 5.31.0

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.31.0",
  "src": {
    "url": "https://github.com/richardwilkes/gcs/releases/download/v5.31.0/gcs-5.31.0-macos-apple.dmg",
    "sha256": "8ab04a96952a56ccf62e2a407db654db58d86a867e85ca1b13dc79fd61f0e4fc"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"GCS.app\" \"$out/Applications/GCS.app\""
  ],
  "meta": {
    "description": "Character sheet editor for the GURPS Fourth Edition roleplaying game",
    "homepage": "https://gurpscharactersheet.com/"
  }
}