New package: cri-tools-1.11.1
This commit is contained in:
parent
30244d8733
commit
6bda743cb0
1 changed files with 16 additions and 0 deletions
16
srcpkgs/cri-tools/template
Normal file
16
srcpkgs/cri-tools/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'cri-tools'
|
||||||
|
pkgname=cri-tools
|
||||||
|
version=1.11.1
|
||||||
|
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=a357c67c891896032865f7a34f7ec330e5a00fe7f20b6d8be50399b91c99a4ac
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue