# -*- 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
github.setup loadimpact k6 0.24.0 v
maintainers {l2dy @l2dy} openmaintainer
description A modern load testing tool, using Go and JavaScript
long_description k6 is a modern load testing tool, building on Load Impact's \
years of experience in the load and performance testing \
industry. It provides a clean, approachable scripting API, \
local and cloud execution, with command & control through \
checksums rmd160 bb0a31c9e7b47e3f51bfb7ef3338d3df84880a98 \
sha256 bd8f2413c92ad2aef45b7e5940b611c674e77f291e95e265388af944e21e4ce8 \
set goproj github.com/${github.author}/${github.project}
xinstall -d ${workpath}/src/github.com/${github.author}
move ${workpath}/${name}-${github.version} \
system -W ${worksrcpath} "GOPATH=${workpath} \
${prefix}/bin/go build -v -o ${workpath}/${github.project}"
xinstall ${workpath}/${github.project} ${destroot}${prefix}/bin
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} README.md LICENSE.md \