void-packages/srcpkgs/h2o/template

25 lines
654 B
Bash
Raw Normal View History

2015-01-04 22:57:53 +00:00
# Template file for 'h2o'
pkgname=h2o
2015-07-30 17:57:50 +00:00
version=1.4.2
2015-07-24 22:36:23 +00:00
revision=1
2015-01-04 22:57:53 +00:00
build_style=cmake
2015-04-15 15:58:34 +00:00
configure_flags="-DUSE_BUNDLED_SSL=OFF"
2015-01-04 22:57:53 +00:00
conf_files="/etc/h2o.conf"
system_accounts="h2o"
make_dirs="/var/log/h2o 0750 root root"
hostmakedepends="cmake"
2015-04-15 15:58:34 +00:00
makedepends="libressl-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-07-30 17:57:50 +00:00
checksum=3024e6a8b704d119570551db2cbca701cb6c2fa7126336239044674ee02ea09c
2015-01-04 22:57:53 +00:00
post_install() {
vsv h2o
vconf ${FILESDIR}/h2o.conf
vlicense LICENSE
}