Jazz² Resurrection icon

Jazz² Resurrection 3.0.0

Open-source re-implementation of Jazz Jackrabbit 2 game engine

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    jazz2-resurrection # Jazz² Resurrection
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    jazz2-resurrection # Jazz² Resurrection
  ];
}

Package Definition

{
  "pname": "jazz2-resurrection",
  "version": "3.0.0",
  "src": {
    "url": "https://github.com/deathkiller/jazz2/releases/download/3.0.0/Jazz2_3.0.0_MacOS.zip",
    "sha256": "61bf69c621fb84fb2b59a6f7b9685cec9a1fffb8e6ca7af97c3b106a1d087b78"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Jazz² Resurrection.app\" \"$out/Applications/Jazz² Resurrection.app\""
  ],
  "meta": {
    "description": "Open-source re-implementation of Jazz Jackrabbit 2 game engine",
    "homepage": "https://deat.tk/jazz2/"
  }
}