diff --git a/srcpkgs/unknown-horizons/INSTALL.msg b/srcpkgs/unknown-horizons/INSTALL.msg deleted file mode 100644 index 5354d8f2df2..00000000000 --- a/srcpkgs/unknown-horizons/INSTALL.msg +++ /dev/null @@ -1 +0,0 @@ -unknown-horizons is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/19 diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template index 0c4d5add3f7..baddcfc2641 100644 --- a/srcpkgs/unknown-horizons/template +++ b/srcpkgs/unknown-horizons/template @@ -1,9 +1,17 @@ # Template file for 'unknown-horizons' pkgname=unknown-horizons -version=2017.2 -revision=2 +version=2019.1 +revision=1 noarch=yes -build_style=meta -short_desc="A 2D real time strategy simulation (removed package)" -license="metapackage" +build_style=python3-module +hostmakedepends="python3 intltool git python3-Pillow" +depends="python3 fifengine python3-yaml" +short_desc="2D real time strategy simulation" +license="GPL-2.0-or-later, MIT, BSD-3-Clause, CC-BY-SY-3.0" homepage="http://unknown-horizons.org" +distfiles="https://github.com/unknown-horizons/unknown-horizons/archive/${version}.tar.gz" +checksum=a417fd3d342212fd190e4f21be82ef13c10e1ed7c288fbbe46e46200cf3de4d8 + +post_install() { + vlicense doc/LICENSE +}