# Template file for 'h2o' pkgname=h2o version=1.6.1 revision=1 build_style=cmake conf_files="/etc/h2o.conf" system_accounts="h2o" make_dirs="/var/log/h2o 0750 root root" hostmakedepends="cmake pkg-config" makedepends="zlib-devel libressl-devel" depends="perl" short_desc="An optimized HTTP server with support for HTTP/1.x and HTTP/2" maintainer="Eivind Uggedal " license="MIT" homepage="https://github.com/h2o/h2o" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=b9ffb59ecce6c35ea55cc95c71c7d85e91ac5fc888ada264da7c77f1d8e655f0 post_install() { vsv h2o vconf ${FILESDIR}/h2o.conf vlicense LICENSE } h2o-devel_package() { short_desc+=" - development files" depends="${makedepends}" pkg_install() { vmove usr/include vmove usr/lib/*.a } }