New package: unknown-horizons-2017.2

Closes: #11458 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Helmut Pozimski 2018-02-07 19:40:32 +01:00 committed by Jürgen Buchmüller
parent 3dce86a73d
commit 5af1b7df70

View file

@ -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 <helmut@pozimski.eu>"
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
}