New Aleph One scenario alephone-yuge
This commit is contained in:
parent
1d73a58776
commit
9d2ed18ece
2 changed files with 20 additions and 0 deletions
18
pkgs/games/alephone/yuge/default.nix
Normal file
18
pkgs/games/alephone/yuge/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ alephone, fetchurl }:
|
||||
|
||||
alephone.makeWrapper rec {
|
||||
pname = "yuge";
|
||||
version = "0";
|
||||
desktopName = "Marathon-Yuge";
|
||||
|
||||
zip = fetchurl {
|
||||
url = "https://lochnits.com/marathon/yuge/files/Mararthon_Yuge.zip";
|
||||
sha256 = "sha256-dZHInYThB/4igpAXbUadXwPvh2Fl3XGZ4ficg7IEnNc=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description =
|
||||
"30 level Marathon scenario, plus 225 secret levels for many extra hours of gameplay";
|
||||
homepage = "https://lochnits.com/marathon/yuge/";
|
||||
};
|
||||
}
|
|
@ -36274,6 +36274,8 @@ with pkgs;
|
|||
alephone-rubicon-x = callPackage ../games/alephone/rubicon-x { };
|
||||
alephone-pathways-into-darkness =
|
||||
callPackage ../games/alephone/pathways-into-darkness { };
|
||||
alephone-yuge =
|
||||
callPackage ../games/alephone/yuge { };
|
||||
|
||||
alienarena = callPackage ../games/alienarena { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue