unknown-horizons: update to 2019.1.
This commit is contained in:
parent
c4450cc48e
commit
bf9e42c882
2 changed files with 13 additions and 6 deletions
|
@ -1 +0,0 @@
|
|||
unknown-horizons is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/19
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue