void-packages/srcpkgs/ericw-tools/template

23 lines
653 B
Plaintext

# Template file for 'ericw-tools'
pkgname=ericw-tools
version=0.18.2rc1
_version=${version%rc1}-rc1
revision=1
build_style=cmake
hostmakedepends="groff"
makedepends="embree-devel"
short_desc="Map compilation tools for Quake, Hexen 2 et al."
maintainer="Alison Watson <marrub@greyserv.net>"
license="GPL-2.0-or-later"
homepage="http://ericwa.github.io/ericw-tools/"
distfiles="https://github.com/ericwa/ericw-tools/archive/v${_version}.tar.gz"
checksum=1905752a582882f587b822e4186a7126522833b32b9777dcd46fe0f3c7cedf87
wrksrc=${pkgname}-${_version}
post_patch() {
for f in bspinfo bsputil light qbsp vis
do
mv "man/${f}.1" "man/ericw-${f}.1"
done
}