mastodon: 4.3.1 -> 4.3.2 (#361487)
[NixPkgs.git] / pkgs / by-name / al / alephone-rubicon-x / package.nix
blob384a1473b43736609142cc929699bd9f3c7f76e6
1 { alephone, fetchurl }:
3 alephone.makeWrapper rec {
4   pname = "rubicon-x";
5   version = "20150620";
6   desktopName = "Marathon-Rubicon-X";
8   zip = fetchurl {
9     url = "http://files5.bungie.org/marathon/marathonRubiconX.zip";
10     hash = "sha256-9UZii2VLDlAi0qJKq8LiMEPZDscfpLnnvuZcxROKuiQ=";
11   };
13   sourceRoot = "Rubicon X ƒ";
15   meta = {
16     description = "Unofficial forth chapter of the Marathon series";
17     longDescription = ''
18       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.
19     '';
20     homepage = "http://www.marathonrubicon.com/";
21   };