18 lines
473 B
Bash
18 lines
473 B
Bash
# Template file for 'vegeta'
|
|
pkgname=vegeta
|
|
version=12.8.3
|
|
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=2e6326b2fe0ef273ae784600e2181e32d307b62beb29cc84ffc8ddd0d5352df9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|