OpenRA icon

OpenRA 20250330

Real-time strategy game engine for Westwood games

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "openra",
  "version": "20250330",
  "src": {
    "url": "https://github.com/OpenRA/OpenRA/releases/download/release-20250330/OpenRA-release-20250330.dmg",
    "sha256": "76f0b5e41c2bd2af331b51b73ed1e43bed833e457926f095bdf59b772d65de27"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OpenRA - Dune 2000.app\" && cp -r \"OpenRA - Dune 2000.app\" \"$out/Applications\"",
    "mkdir -p \"$out/Applications/OpenRA - Red Alert.app\" && cp -r \"OpenRA - Red Alert.app\" \"$out/Applications\"",
    "mkdir -p \"$out/Applications/OpenRA - Tiberian Dawn.app\" && cp -r \"OpenRA - Tiberian Dawn.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Real-time strategy game engine for Westwood games",
    "homepage": "https://www.openra.net/"
  }
}