16 lines
546 B
Bash
16 lines
546 B
Bash
# Template file for 'cri-tools'
|
|
pkgname=cri-tools
|
|
version=1.14.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/kubernetes-sigs/cri-tools
|
|
short_desc="CLI and validation tools for Kubelet Container Runtime Interface (CRI)"
|
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|
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=c33bd3703aa4ade389f7898cbd196dfb9a596aa4325e8213392327e6cd3ff2c0
|
|
|
|
do_build() {
|
|
make ${makejobs}
|
|
}
|