void-packages/srcpkgs/xonotic-data/template

20 lines
568 B
Text
Raw Normal View History

2012-04-05 21:07:49 +00:00
# Template file for 'xonotic-data'
pkgname=xonotic-data
2015-01-20 09:07:47 +00:00
version=0.8.0
2012-04-06 08:54:49 +00:00
revision=1
2012-04-05 21:07:49 +00:00
wrksrc="Xonotic"
homepage="http://xonotic.org"
license="GPL-2, GPL-3"
distfiles="http://dl.xonotic.org/xonotic-${version}.zip"
2015-01-20 09:07:47 +00:00
hostmakedepends="unzip"
noarch="yes"
2012-04-05 21:07:49 +00:00
short_desc="A free, fast-paced crossplatform first-person shooter (data files)"
maintainer="Juan RP <xtraeme@gmail.com>"
2015-01-20 09:07:47 +00:00
checksum=0a87c808827a8b234f2324b468ecb643aa48a6fd43322a29e616610dca316370
2012-04-06 08:21:04 +00:00
2012-04-05 21:07:49 +00:00
do_install() {
vmkdir usr/share/xonotic
cp -a data ${DESTDIR}/usr/share/xonotic
vinstall key_0.d0pk 644 usr/share/xonotic
}