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
+18
View File
@@ -0,0 +1,18 @@
{ alephone, fetchurl, unrar }:
alephone.makeWrapper rec {
pname = "marathon-evil";
version = "0";
desktopName = "Marathon-Evil";
zip = fetchurl {
url = "http://files3.bungie.org/trilogy/MarathonEvil.zip";
sha256 = "08nizbjp2rx10bpqrbhb76as0j2zynmy2c0qa5b482lz1szf9b95";
};
meta = {
description = "The first conversion for Marathon Infinity";
homepage = "https://alephone.lhowon.org/scenarios.html";
};
}