Jazz² Resurrection icon

Jazz² Resurrection 3.6.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.6.0",
  "src": {
    "url": "https://github.com/deathkiller/jazz2/releases/download/3.6.0/Jazz2_3.6.0_MacOS.zip",
    "sha256": "6a8050653aa9d12a8680c898a55970b68b2c4d890528693cb05664bbb29e17c4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Jazz² Resurrection.app\" && cp -r \"Jazz² Resurrection.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open-source re-implementation of Jazz Jackrabbit 2 game engine",
    "homepage": "https://deat.tk/jazz2/"
  }
}