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 +}