mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1005 B
Tcl
33 lines
1005 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup golang 1.0
|
|
|
|
go.setup github.com/bojand/ghz 0.121.0 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
homepage https://ghz.sh
|
|
|
|
description \
|
|
Simple gRPC benchmarking and load testing tool
|
|
|
|
long_description {*}${description}
|
|
|
|
categories net
|
|
installs_libs no
|
|
license Apache-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 3f0784063c50b88282d1397ab80a9695fb6dc15a \
|
|
sha256 d92ed00a2cd1be3b14fe680e1615e9dace4fd4cf6d679811173ae7f2611ad762 \
|
|
size 3915620
|
|
|
|
build.pre_args -ldflags \"-X main.version=v${version}\"
|
|
build.args -o ${name} ./cmd/${name}/...
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|