void-packages/srcpkgs/libevhtp/template
2017-11-26 13:01:34 -05:00

16 lines
546 B
Bash

# Template file for 'libevhtp'
pkgname=libevhtp
version=1.2.14
revision=1
build_style=cmake
makedepends="libevent-devel libressl-devel oniguruma-devel"
short_desc="Create extremely-fast and secure embedded HTTP servers with ease"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="3-clause-BSD"
homepage="https://github.com/criticalstack/libevhtp"
distfiles="https://github.com/criticalstack/libevhtp/archive/${version}.tar.gz"
checksum=d1056f2c14d9793c8a34c29bcdc7db70b5ada26e2ce53cc3f65a4d541a14ec14
post_install() {
vlicense LICENSE
}