depot/third_party/nixpkgs/pkgs/games/alephone/rubicon-x/default.nix
Default email 8ac5e011d6 Project import generated by Copybara.
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
2020-04-24 19:36:52 -04:00

23 lines
837 B
Nix
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{ alephone, fetchurl }:
alephone.makeWrapper rec {
pname = "rubicon-x";
version = "20150620";
desktopName = "Marathon-Rubicon-X";
zip = fetchurl {
url = "http://files5.bungie.org/marathon/marathonRubiconX.zip";
sha256 = "095si89wap76pvkvk90zqw7djhrhwb1anjm2s8i503jbcn5n4ipm";
};
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 Bungies 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/";
};
}