gcs icon

gcs 5.49.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.49.0",
  "src": {
    "url": "https://github.com/richardwilkes/gcs/releases/download/v5.49.0/gcs-5.49.0-macos-arm64.dmg",
    "sha256": "03826a87e4367472674e08b008bdfea88a7bff21401ac41ba5a16b18689cadb9"
  },
  "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/"
  }
}