2020-02-11 20:32:39 +00:00
|
|
|
|
{ alephone, fetchurl }:
|
|
|
|
|
|
|
|
|
|
alephone.makeWrapper rec {
|
|
|
|
|
pname = "rubicon-x";
|
|
|
|
|
version = "20150620";
|
|
|
|
|
desktopName = "Marathon-Rubicon-X";
|
|
|
|
|
|
|
|
|
|
zip = fetchurl {
|
|
|
|
|
url = "http://files5.bungie.org/marathon/marathonRubiconX.zip";
|
2024-09-14 21:47:11 +00:00
|
|
|
|
hash = "sha256-9UZii2VLDlAi0qJKq8LiMEPZDscfpLnnvuZcxROKuiQ=";
|
2020-02-11 20:32:39 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
sourceRoot = "Rubicon X ƒ";
|
|
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
|
description = "Unofficial forth chapter of the Marathon series";
|
|
|
|
|
longDescription = ''
|
|
|
|
|
Rubicon X is a free, cross platform, first person shooter that continues the story of Bungie’s Marathon trilogy. First released as Marathon:Rubicon in 2001, Rubicon X is a complete overhaul of the original. It features all new high-resolution artwork, new and updated maps, and enough surprises to feel like a whole new game.
|
|
|
|
|
'';
|
|
|
|
|
homepage = "http://www.marathonrubicon.com/";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
}
|