ja2-stracciatella: init 0.15.1

This is the open-source version of the venerable Jagged Alliance 2.

Stracciatella means almost vanilla. This version is only changed for
fixes, stability improvements and to host mods.

The original data files are non-free and have to be provided by the user.
This commit is contained in:
Herwig Hochleitner 2017-02-15 04:00:28 +01:00 committed by Franz Pletz
parent 31568dc384
commit 189e7add9b
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{ stdenv, fetchFromGitHub, SDL }:
stdenv.mkDerivation rec {
version = "0.15.1";
name = "ja2-stracciatella-${version}";
src = fetchFromGitHub {
owner = "ja2-stracciatella";
repo = "ja2-stracciatella";
rev = "v${version}";
sha256 = "0r7j6k7412b3qfb1rnh80s55zhnriw0v03zn5bp3spcqjxh4xhv1";
};
enableParallelBuilding = true;
buildInputs = [ SDL ];
meta = {
description = "Jagged Alliance 2, with community fixes";
license = "SFI Source Code license agreement";
homepage = "https://ja2-stracciatella.github.io/";
};
}

View file

@ -16301,6 +16301,8 @@ with pkgs;
lua = lua5;
};
ja2-stracciatella = callPackage ../games/ja2-stracciatella { };
klavaro = callPackage ../games/klavaro {};
kobodeluxe = callPackage ../games/kobodeluxe { };