OutFox icon

OutFox 0.5.0-pre042,OF5.0.0-042,OutFox-alpha,MacOS-universal-date-20231224

Extensible rhythm game engine based on StepMania

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    outfox # OutFox
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    outfox # OutFox
  ];
}

Package Definition

{
  "pname": "outfox",
  "version": "0.5.0-pre042,OF5.0.0-042,OutFox-alpha,MacOS-universal-date-20231224",
  "src": {
    "url": "https://github.com/TeamRizu/OutFox/releases/download/OF5.0.0-042/OutFox-alpha-0.5.0-pre042-MacOS-universal-date-20231224.dmg",
    "sha256": "5c6f772d17e972c7836174af6831a3257619bff4a5c681dbb1ac05cad6180055"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OutFox\" && cp -r \"OutFox\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Extensible rhythm game engine based on StepMania",
    "homepage": "https://projectoutfox.com/"
  }
}