void-packages/srcpkgs/xonotic-data-low/template

22 lines
654 B
Bash

# Template file for 'xonotic-data-low'
pkgname=xonotic-data-low
version=0.8.2
revision=1
archs=noarch
wrksrc=Xonotic
hostmakedepends="unzip"
short_desc="A free, fast-paced crossplatform FPS (Lower Quality data files)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2, GPL-3"
homepage="http://xonotic.org"
distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip"
checksum=9104af674077f7a64450dd98ad659cb3ed4f640c7eb549bb2f5f64d354231e64
replaces="xonotic-data>=0"
provides="xonotic-data-${version}_${revision}"
do_install() {
vmkdir usr/share/xonotic
cp -a data ${DESTDIR}/usr/share/xonotic
vinstall key_0.d0pk 644 usr/share/xonotic
}