# -*- 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.20.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 \
system -W ${worksrcpath} "git submodule update --init"
set goproj github.com/${github.author}/${github.project}
system "GOPATH=${workpath} \
${prefix}/bin/go get -v github.com/GeertJohan/go.rice/rice"
system -W ${worksrcpath} "GOPATH=${workpath} \
${prefix}/bin/go build -v -o ${workpath}/${github.project}"
system -W ${worksrcpath} "${workpath}/bin/rice append --exec=${workpath}/${github.project} -i=./js/compiler -i=./js/lib"
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 \