21 lines
691 B
Bash
21 lines
691 B
Bash
|
# 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
|
||
|
}
|