vp-build/srcpkgs/bombardier/template

17 lines
512 B
Bash

# Template file for 'bombardier'
pkgname=bombardier
version=1.2.5
revision=1
build_style=go
go_import_path=github.com/codesenberg/bombardier
short_desc="Fast cross-platform HTTP benchmarking tool"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT"
homepage="https://github.com/codesenberg/bombardier"
distfiles="https://github.com/codesenberg/bombardier/archive/v${version}.tar.gz"
checksum=4efeac699d0c794ed22fe05b4de5c43fa41f98816682521421d538e076290ed6
post_install() {
vlicense LICENSE
}