about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/al/alephone-apotheosis-x/package.nix
blob: 16bed9fad97e8bb442514c8070fb103013baf8f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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";
  };
}