19 lines
516 B
Bash
19 lines
516 B
Bash
# Template file for 'xonotic-data'
|
|
pkgname=xonotic-data
|
|
version=0.8.5
|
|
revision=1
|
|
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="https://dl.xonotic.org/xonotic-${version}.zip"
|
|
checksum=0f92aa238362aeb059b9d9026a9bd38d6217423a35c19f126fb39e38736e37e5
|
|
|
|
do_install() {
|
|
vmkdir usr/share/xonotic
|
|
cp -a data ${DESTDIR}/usr/share/xonotic
|
|
vinstall key_0.d0pk 644 usr/share/xonotic
|
|
}
|