2024-03-14 19:51:31 +00:00
|
|
|
{ lib, alephone, requireFile }:
|
2023-05-23 09:28:53 +00:00
|
|
|
|
|
|
|
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";
|
2024-09-14 21:47:11 +00:00
|
|
|
hash = "sha256-4Y/RQQeN4VTpig8ZyxUpVHwzN8W8ciTBCkSzND8SMbs=";
|
2023-05-23 09:28:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
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";
|
2024-03-14 19:51:31 +00:00
|
|
|
license = lib.licenses.unfree;
|
2023-05-23 09:28:53 +00:00
|
|
|
};
|
|
|
|
}
|