2023-07-15 17:15:38 +00:00
|
|
|
{ alephone, fetchurl }:
|
|
|
|
|
|
|
|
alephone.makeWrapper rec {
|
|
|
|
pname = "yuge";
|
|
|
|
version = "0";
|
|
|
|
desktopName = "Marathon-Yuge";
|
|
|
|
|
|
|
|
zip = fetchurl {
|
|
|
|
url = "https://lochnits.com/marathon/yuge/files/Mararthon_Yuge.zip";
|
2024-09-19 14:19:46 +00:00
|
|
|
hash = "sha256-dZHInYThB/4igpAXbUadXwPvh2Fl3XGZ4ficg7IEnNc=";
|
2023-07-15 17:15:38 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description =
|
|
|
|
"30 level Marathon scenario, plus 225 secret levels for many extra hours of gameplay";
|
|
|
|
homepage = "https://lochnits.com/marathon/yuge/";
|
|
|
|
};
|
|
|
|
}
|