gcs icon

gcs 5.48.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.48.0",
  "src": {
    "url": "https://github.com/richardwilkes/gcs/releases/download/v5.48.0/gcs-5.48.0-macos-arm64.dmg",
    "sha256": "64df74bcf609eb3b4c91ea4cffbc93095c2defd793a22e1afb88ddff97a48441"
  },
  "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/"
  }
}