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