# Template file for 'vegeta'
pkgname=vegeta
version=12.13.0
revision=1
build_style=go
go_import_path="github.com/tsenart/vegeta/v${version%%.*}"
go_ldflags="-X main.Version=${version}"
short_desc="HTTP load testing tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/tsenart/vegeta"
distfiles="https://github.com/tsenart/vegeta/archive/refs/tags/v${version}.tar.gz"
checksum=4a360c815f5a8bdcae6db184860788696bb1c63d6999cc676e47690fc8b659e5

post_install() {
	vlicense LICENSE
}
