void-packages/srcpkgs/vegeta/template
2020-10-15 14:23:54 +02:00

17 lines
473 B
Bash

# Template file for 'vegeta'
pkgname=vegeta
version=12.8.4
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=418249d07f04da0a587df45abe34705166de9e54a836e27e387c719ebab3e357
post_install() {
vlicense LICENSE
}