vp-build/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
wrksrc="Xonotic"
homepage="http://xonotic.org"
license="GPL-2, GPL-3"
distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip"
hostmakedepends="unzip"
noarch="yes"
replaces="xonotic-data>=0"
provides="xonotic-data-${version}_${revision}"
short_desc="A free, fast-paced crossplatform FPS (Lower Quality data files)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
checksum=9104af674077f7a64450dd98ad659cb3ed4f640c7eb549bb2f5f64d354231e64
do_install() {
vmkdir usr/share/xonotic
cp -a data ${DESTDIR}/usr/share/xonotic
vinstall key_0.d0pk 644 usr/share/xonotic
}