From 8c94304a3683fd82b2f755a256201ea459acdc4e Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 28 Oct 2019 02:37:45 -0400 Subject: [PATCH] add zdbsp template --- srcpkgs/zdbsp/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/zdbsp/template diff --git a/srcpkgs/zdbsp/template b/srcpkgs/zdbsp/template new file mode 100644 index 0000000..b0f961c --- /dev/null +++ b/srcpkgs/zdbsp/template @@ -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 " +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 +}