17 lines
512 B
Bash
17 lines
512 B
Bash
|
# 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
|
||
|
}
|