17 lines
571 B
Bash
17 lines
571 B
Bash
# Template file for 'libevhtp'
|
|
pkgname=libevhtp
|
|
version=1.2.18
|
|
revision=2
|
|
build_style=cmake
|
|
makedepends="libevent-devel openssl-devel oniguruma-devel"
|
|
depends="${makedepends}"
|
|
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=316ede0d672be3ae6fe489d4ac1c8c53a1db7d4fe05edaff3c7c853933e02795
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|