From 12533556d20c24316d1edd3df5bddbdb664a75ad Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Wed, 11 Oct 2017 12:55:23 -0400 Subject: [PATCH] New package: libevhtp-1.2.12+1 --- srcpkgs/libevhtp/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/libevhtp/template diff --git a/srcpkgs/libevhtp/template b/srcpkgs/libevhtp/template new file mode 100644 index 00000000000..0debae95e74 --- /dev/null +++ b/srcpkgs/libevhtp/template @@ -0,0 +1,18 @@ +# Template file for 'libevhtp' +pkgname=libevhtp +version=1.2.12+1 +revision=1 +_upver="${version/+/-}" +wrksrc="${pkgname}-${_upver}" +build_style=cmake +makedepends="libevent-devel libressl-devel" +short_desc="Create extremely-fast and secure embedded HTTP servers with ease" +maintainer="Toyam Cox " +license="3-clause-BSD" +homepage="https://github.com/criticalstack/libevhtp" +distfiles="https://github.com/criticalstack/libevhtp/archive/${_upver}.tar.gz" +checksum=3c09e2d918423034da99ac36a8945759d99383fac4ec01899f02e9abf15fb054 + +post_install() { + vlicense LICENSE +}