# Template file for 'cri-tools' pkgname=cri-tools version=1.32.0 revision=1 build_style=go go_import_path=github.com/kubernetes-sigs/cri-tools make_check_target=sigs.k8s.io/cri-tools/cmd/crictl short_desc="CLI and validation tools for Kubelet Container Runtime Interface (CRI)" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/kubernetes-sigs/cri-tools" distfiles="https://github.com/kubernetes-sigs/cri-tools/archive/v${version}.tar.gz" checksum=2d48319be933df77c660fbfe7efef8c3d61bbde6787e2f33725bcc519858b287 do_build() { make ${makejobs} } do_install() { for bin in build/bin/linux/${GOARCH}/*; do vbin $bin done }