2020-02-11 20:32:39 +00:00
|
|
|
|
{ alephone, fetchurl }:
|
|
|
|
|
|
|
|
|
|
alephone.makeWrapper rec {
|
|
|
|
|
pname = "marathon";
|
|
|
|
|
desktopName = "Marathon";
|
2024-05-11 00:45:04 +00:00
|
|
|
|
version = "20240510";
|
2020-02-11 20:32:39 +00:00
|
|
|
|
icon = alephone.icons + "/marathon.png";
|
|
|
|
|
|
2024-05-21 14:04:19 +00:00
|
|
|
|
# nixpkgs-update: no auto update
|
2020-02-11 20:32:39 +00:00
|
|
|
|
zip = fetchurl {
|
2023-05-22 17:00:33 +00:00
|
|
|
|
url =
|
|
|
|
|
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/Marathon-${version}-Data.zip";
|
2024-09-14 21:47:11 +00:00
|
|
|
|
hash = "sha256-shZ82e7veaaT/petxDQ8Fd7YtJPmTgxSCStf0kGfrFs=";
|
2020-02-11 20:32:39 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
|
description = "First chapter of the Marathon trilogy";
|
|
|
|
|
longDescription = ''
|
|
|
|
|
Alien forces have boarded the interstellar colony ship Marathon. The situation is dire. As a security officer onboard, it is your duty to defend the ship and its crew.
|
|
|
|
|
|
|
|
|
|
Experience the start of Bungie’s iconic trilogy with Marathon. This release uses the original Marathon data files for the most authentic experience outside of a classic Mac or emulator.
|
|
|
|
|
'';
|
|
|
|
|
homepage = "https://alephone.lhowon.org/games/marathon.html";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
}
|