add zdbsp template

master
an 2019-10-28 02:37:45 -04:00
parent 02383a30da
commit 8c94304a36
1 changed files with 18 additions and 0 deletions

18
srcpkgs/zdbsp/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'zdbsp'
pkgname=zdbsp
version=1.19t
revision=1
build_style=cmake
makedepends="zlib-devel"
short_desc="ZDoom's internal node builder"
maintainer="Alison Watson <marrub@greyserv.net>"
license="GPL-2.0-or-later"
homepage="https://github.com/alexey-lysiuk/zdbsp/tree/tolerance"
distfiles="https://github.com/alexey-lysiuk/zdbsp/archive/tolerance.tar.gz"
checksum=bfe1a2bcd80aaea3caaec59a44b04ecc3ad527df9b33eb4b67bb86be08d2bf37
wrksrc="zdbsp-tolerance"
do_install() {
cd ${cmake_builddir:=build}
vinstall zdbsp 0755 usr/bin/zdbsp
}