alephone: init at 20150620

Packaging of the AlephOne engine and eight of its scenarios.
This commit is contained in:
Emery Hemingway
2020-03-04 11:32:28 +01:00
parent f9ff420f0e
commit 6dd9ed79fe
10 changed files with 282 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{ alephone, fetchurl, unrar }:
alephone.makeWrapper rec {
pname = "marathon-eternal";
version = "1.2.0";
desktopName = "Marathon-Eternal";
zip = fetchurl {
url = "http://eternal.bungie.org/files/_releases/EternalXv120.zip";
sha256 = "1qrvx0sp9xc8zbpp5yz8jdz458ajzmyv2si7hrppiyawc8dpcwck";
};
sourceRoot = "Eternal 1.2.0";
meta = {
description =
"Picking up from the end of the Marathon trilogy, you find yourself suddenly ninety-four years in the future, in the year 2905";
homepage = "http://eternal.bungie.org/";
};
}