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 +}