void-packages/srcpkgs/libevhtp/template
2019-01-23 03:41:31 -02:00

16 lines
547 B
Bash

# Template file for 'libevhtp'
pkgname=libevhtp
version=1.2.17
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.org>"
license="BSD-3-Clause"
homepage="https://github.com/criticalstack/libevhtp"
distfiles="https://github.com/criticalstack/libevhtp/archive/${version}.tar.gz"
checksum=7ee7a01f2413fa6f0d805af93b10a5201a1e84f48775d3de5845e873ed2bf808
post_install() {
vlicense LICENSE
}