Install this version:
emerge -a =app-benchmarks/k6-1.4.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-benchmarks/k6-1.4.2
Or alternatively:
emerge --autounmask-write -a =app-benchmarks/k6-1.4.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Load testing tool"
HOMEPAGE="https://github.com/grafana/k6"
SRC_URI="https://github.com/grafana/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://distfiles.dutra.sh/distfiles/${P}-vendor.tar.xz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
# Tests requires network connection
RESTRICT=test
src_compile() {
ego build -v -x -o ${PN}
}
src_install() {
dobin ${PN}
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | k6-1.4.2-vendor.tar.xz | 5522128 bytes | https://distfiles.dutra.sh/distfiles/k6-1.4.2-vendor.tar.xz |
| DIST | k6-1.4.2.tar.gz | 11378745 bytes | https://github.com/grafana/k6/archive/v1.4.2.tar.gz |