From 5af1b7df70ff9af4db9725a083914e5a20f09c4e Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 7 Feb 2018 19:40:32 +0100 Subject: [PATCH] New package: unknown-horizons-2017.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #11458 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller --- srcpkgs/unknown-horizons/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/unknown-horizons/template diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template new file mode 100644 index 00000000000..403af5ec4ce --- /dev/null +++ b/srcpkgs/unknown-horizons/template @@ -0,0 +1,20 @@ +# Template file for 'unknown-horizons' +pkgname=unknown-horizons +version=2017.2 +revision=1 +noarch=yes +build_style=python2-module +hostmakedepends="python intltool" +wrksrc="${pkgname}" +depends="python fifengine python-yaml python-pyenet" +pycompile_module="horizons" +short_desc="A 2D real time strategy simulation" +maintainer="Helmut Pozimski " +license="GPL-2, MIT, 3-clause-BSD, CC-BY-SA 3.0" +homepage="http://unknown-horizons.org/" +distfiles="https://github.com/unknown-horizons/unknown-horizons/releases/download/2017.2/unknown-horizons-${version}.tar.xz" +checksum=4d2d3d1d82b9c5bbe4d49a3ee82eff70b8fec6429eb295e86cd6a381345ad7bb + +post_install() { + vlicense doc/LICENSE +}