alephone-apotheosis-x: init at 1.1

This commit is contained in:
Emery Hemingway 2023-05-23 10:28:53 +01:00
parent 9d2ed18ece
commit 6e9531b913
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ alephone, requireFile }:
alephone.makeWrapper rec {
pname = "apotheosis-x";
version = "1.1";
desktopName = "Marathon-Apotheosis-X";
zip = requireFile {
name = "Apotheosis_X_1.1.zip";
url = "https://www.moddb.com/mods/apotheosis-x/downloads";
sha256 = "sha256-4Y/RQQeN4VTpig8ZyxUpVHwzN8W8ciTBCkSzND8SMbs=";
};
sourceRoot = "Apotheosis X 1.1";
meta = {
description = "Total conversion for Marathon Infinity running on the Aleph One engine";
homepage = "https://simplici7y.com/items/apotheosis-x-5";
};
}

View file

@ -36264,6 +36264,7 @@ with pkgs;
airstrike = callPackage ../games/airstrike { };
alephone = callPackage ../games/alephone { };
alephone-apotheosis-x = callPackage ../games/alephone/apotheosis-x { };
alephone-durandal = callPackage ../games/alephone/durandal { };
alephone-eternal = callPackage ../games/alephone/eternal { };
alephone-evil = callPackage ../games/alephone/evil { };