20 lines
707 B
Bash
20 lines
707 B
Bash
# Template file for 'hiawatha'
|
|
pkgname=hiawatha
|
|
version=10.8.2
|
|
revision=1
|
|
build_style=cmake
|
|
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"
|
|
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=282e586113a1ffaececfd093a3da83c9f6de67e8d76853f25c546fdca9f013c7
|
|
conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt"
|
|
|
|
post_install() {
|
|
vsv hiawatha
|
|
}
|