17 lines
530 B
Bash
17 lines
530 B
Bash
# Template file for 'libevhtp'
|
|
pkgname=libevhtp
|
|
version=1.2.13
|
|
revision=1
|
|
build_style=cmake
|
|
makedepends="libevent-devel libressl-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=abe3282535d9aea4791bbc085fc18fb8143551fe4e5f99b85a48c0ff895103d5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|