19 lines
515 B
Bash
19 lines
515 B
Bash
# Template file for 'xonotic-data'
|
|
pkgname=xonotic-data
|
|
version=0.8.2
|
|
revision=3
|
|
wrksrc=Xonotic
|
|
hostmakedepends="unzip"
|
|
short_desc="Xonotic's data files"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://xonotic.org"
|
|
distfiles="http://dl.xonotic.org/xonotic-${version}.zip"
|
|
checksum=a22f7230f486c5825b55cfdadd73399c9b0fae98c9e081dd8ac76eca08359ad5
|
|
|
|
do_install() {
|
|
vmkdir usr/share/xonotic
|
|
cp -a data ${DESTDIR}/usr/share/xonotic
|
|
vinstall key_0.d0pk 644 usr/share/xonotic
|
|
}
|