New package: weighttp-0.4

This commit is contained in:
DirectorX 2018-09-27 22:08:34 +03:00 committed by Helmut Pozimski
parent 16c9a7fe1e
commit a0df335d48
1 changed files with 16 additions and 0 deletions

16
srcpkgs/weighttp/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'weighttp'
pkgname=weighttp
version=0.4
revision=1
build_style=waf
makedepends="libev-devel"
short_desc="Lightweight and small benchmarking tool for webservers"
maintainer="DirectorX <void.directorx@protonmail.com>"
license="MIT"
homepage="https://redmine.lighttpd.net/projects/weighttp/wiki"
distfiles="https://cgit.lighttpd.net/weighttp.git/snapshot/weighttp-${version}.tar.gz"
checksum=1e28a837d330a45d39e99875795c8446378021ad7dbe7bcbb744d2e351c47751
post_install() {
vlicense COPYING
}