From 3dc94a4bf4a13e5df49e91cfd023da59a97b6e4d Mon Sep 17 00:00:00 2001 From: "Gabriel M. Dutra" Date: Sat, 1 Aug 2026 21:33:43 +0000 Subject: [PATCH] New package: k6-2.1.0 --- srcpkgs/k6/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/k6/template diff --git a/srcpkgs/k6/template b/srcpkgs/k6/template new file mode 100644 index 00000000000000..0bf4deb86dc81d --- /dev/null +++ b/srcpkgs/k6/template @@ -0,0 +1,18 @@ +# Template file for 'k6' +pkgname=k6 +version=2.1.0 +revision=1 +archs="x86_64* aarch64*" +build_style=go +go_import_path="go.k6.io/k6/v2" +short_desc="Load testing tool, using Go and JavaScript" +maintainer="Gabriel M. Dutra " +license="AGPL-3.0-only" +homepage="https://grafana.com/oss/k6/" +distfiles="https://github.com/grafana/k6/archive/v${version}.tar.gz" +checksum=04d9a1586b23db9d1746aa61f29ae4aee4d2a5da7d5782e11f7530405b5f57ab +make_check=no # Tests require browser + +do_install() { + vlicense LICENSE.md +}