btrbk: add mainProgram
[NixPkgs.git] / pkgs / by-name / al / alephone-eternal / package.nix
blobd3c7c8333f54d4c49ce8ab84363ff8b6d07a6621
1 { alephone, fetchurl }:
3 alephone.makeWrapper rec {
4   pname = "marathon-eternal";
5   version = "1.2.1";
6   desktopName = "Marathon-Eternal";
8   zip = fetchurl {
9     url = "https://eternal.bungie.org/files/_releases/EternalXv121.zip";
10     hash = "sha256-8smVdL7CYbrIzCqu3eqk6KQempKLWuEJ9qWStdWkYWo=";
11   };
13   sourceRoot = "Eternal 1.2.1";
15   meta = {
16     description =
17       "Picking up from the end of the Marathon trilogy, you find yourself suddenly ninety-four years in the future, in the year 2905";
18     homepage = "http://eternal.bungie.org/";
19   };