void-packages/srcpkgs/vegeta/template

24 lines
548 B
Bash
Raw Normal View History

2019-03-24 19:22:41 +01:00
# Template file for 'vegeta'
pkgname=vegeta
2019-04-16 02:02:37 +02:00
version=12.3.0
2019-03-24 19:22:41 +01:00
revision=1
wrksrc=${pkgname}-cli-v${version}
build_style=go
go_import_path=github.com/tsenart/$pkgname
hostmakedepends="dep"
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/cli/v$version.tar.gz"
2019-04-16 02:02:37 +02:00
checksum=becfcdd173e288325e0882734a9ddf2352448f50b5a83a4c0d7d0eecaa03a0d0
2019-03-24 19:22:41 +01:00
pre_build() {
cd $GOSRCPATH
dep ensure
}
post_install() {
vlicense LICENSE
}