mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
17 lines
544 B
Bash
17 lines
544 B
Bash
# Template file for 'bombardier'
|
|
pkgname=bombardier
|
|
version=2.0.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/codesenberg/bombardier
|
|
go_ldflags=" -X main.version=${version}"
|
|
short_desc="Fast cross-platform HTTP benchmarking tool"
|
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
|
license="MIT"
|
|
homepage="https://github.com/codesenberg/bombardier"
|
|
distfiles="https://github.com/codesenberg/bombardier/archive/v${version}.tar.gz"
|
|
checksum=472b14b1c3be26a5f6254f6b7c24f86c9b756544baa5ca28cbfad06aacf7f4ac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|