void-packages/srcpkgs/hiawatha/template
2018-03-30 13:33:25 +02:00

25 lines
744 B
Bash

# Template file for 'hiawatha'
pkgname=hiawatha
version=10.8
revision=2
build_style=cmake
makedepends="libxslt-devel mbedtls-devel"
short_desc="Advanced and secure webserver for Unix"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="https://hiawatha-webserver.org"
distfiles="$homepage/files/$pkgname-$version.tar.gz"
checksum=fb55d6c17a390f74accce6fae34c118af4e0317bfc9119d7dd1ff7dbf6886eaf
configure_args="
-DLOG_DIR=/var/log/hiawatha
-DPID_DIR=/run
-DWEBROOT_DIR=/srv/www/$pkgname
-DWORK_DIR=/var/lib/hiawatha
-DUSE_SYSTEM_MBEDTLS=ON
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
conf_files="/etc/$pkgname/*.conf /etc/$pkgname/*.xslt"
LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto"
post_install() {
vsv hiawatha
}