vp-build/srcpkgs/xonotic-data-low/template

21 lines
601 B
Bash

# Template file for 'xonotic-data-low'
pkgname=xonotic-data-low
version=0.8.2
revision=2
hostmakedepends="unzip"
short_desc="Xonotic's Lower Quality data files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
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
}