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 +}