void-packages/srcpkgs/h2o/template

24 lines
635 B
Text
Raw Normal View History

2015-01-04 22:57:53 +00:00
# Template file for 'h2o'
pkgname=h2o
2015-02-10 06:40:29 +00:00
version=0.9.2
revision=1
2015-01-04 22:57:53 +00:00
build_style=cmake
conf_files="/etc/h2o.conf"
system_accounts="h2o"
make_dirs="/var/log/h2o 0750 root root"
hostmakedepends="cmake"
makedepends="libressl-devel>=2.1.3 libyaml-devel"
2015-01-20 07:56:50 +00:00
depends="perl"
2015-01-04 22:57:53 +00:00
short_desc="An optimized HTTP server with support for HTTP/1.x and HTTP/2"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MIT"
homepage="https://github.com/h2o/h2o"
distfiles="${homepage}/archive/v${version}.tar.gz"
2015-02-10 06:40:29 +00:00
checksum=5b3f8160a5ab40763cb4555afbdd3b8507abf83bcfb7832489e9da9efa70bf7b
2015-01-04 22:57:53 +00:00
post_install() {
vsv h2o
vconf ${FILESDIR}/h2o.conf
vlicense LICENSE
}