void-packages/srcpkgs/vegeta/template
2020-02-17 20:17:24 +01:00

17 lines
473 B
Bash

# Template file for 'vegeta'
pkgname=vegeta
version=12.8.0
revision=1
wrksrc=${pkgname}-${version}
build_style=go
go_import_path=github.com/tsenart/$pkgname
short_desc="HTTP load testing tool"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT"
homepage="https://github.com/tsenart/vegeta"
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=b4fe7e8ad0cf925ff82a8eff17e5238cfc7dd5dc3822615ef2cc6f8ee4c18309
post_install() {
vlicense LICENSE
}