From a0df335d48b33e0906974c9d98b955f3f0e8caf7 Mon Sep 17 00:00:00 2001 From: DirectorX Date: Thu, 27 Sep 2018 22:08:34 +0300 Subject: [PATCH] New package: weighttp-0.4 --- srcpkgs/weighttp/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/weighttp/template diff --git a/srcpkgs/weighttp/template b/srcpkgs/weighttp/template new file mode 100644 index 00000000000..ec9f88db32d --- /dev/null +++ b/srcpkgs/weighttp/template @@ -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 " +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 +}