void-packages/srcpkgs/xonotic-data/template
2015-01-20 10:07:47 +01:00

20 lines
568 B
Plaintext

# Template file for 'xonotic-data'
pkgname=xonotic-data
version=0.8.0
revision=1
wrksrc="Xonotic"
homepage="http://xonotic.org"
license="GPL-2, GPL-3"
distfiles="http://dl.xonotic.org/xonotic-${version}.zip"
hostmakedepends="unzip"
noarch="yes"
short_desc="A free, fast-paced crossplatform first-person shooter (data files)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0a87c808827a8b234f2324b468ecb643aa48a6fd43322a29e616610dca316370
do_install() {
vmkdir usr/share/xonotic
cp -a data ${DESTDIR}/usr/share/xonotic
vinstall key_0.d0pk 644 usr/share/xonotic
}