2020-02-11 21:32:39 +01:00
|
|
|
|
{ alephone, fetchurl }:
|
|
|
|
|
|
|
|
|
|
alephone.makeWrapper rec {
|
|
|
|
|
pname = "marathon";
|
|
|
|
|
desktopName = "Marathon";
|
2020-04-10 03:13:07 +02:00
|
|
|
|
version = "20190331";
|
2020-02-11 21:32:39 +01:00
|
|
|
|
icon = alephone.icons + "/marathon.png";
|
|
|
|
|
|
|
|
|
|
zip = fetchurl {
|
|
|
|
|
url =
|
|
|
|
|
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/Marathon-${version}-Data.zip";
|
2020-04-10 03:13:07 +02:00
|
|
|
|
sha256 = "1d18a7hn8s50rqcs9i72ak5fq5a76hwk7nylfinrxjb134c9vlpz";
|
2020-02-11 21:32:39 +01: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";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
}
|