void-packages/srcpkgs/libevhtp/template
maxice8 a21a32e1b9 libevhtp: update to 1.2.15.
Closes: #9829 [via git-merge-pr]
2017-12-07 18:54:53 +01:00

16 lines
546 B
Bash

# Template file for 'libevhtp'
pkgname=libevhtp
version=1.2.15
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=f78ee8a34492e266fc1b6b9d4003825659df672da1cf918120217a0ee0d14ed3
post_install() {
vlicense LICENSE
}