void-packages/srcpkgs/cni-plugins/template
2019-11-17 07:45:25 +01:00

22 lines
628 B
Bash

# Template file for 'cni-plugins'
pkgname=cni-plugins
version=0.8.3
revision=1
wrksrc="plugins-${version}"
build_style=go
go_import_path="github.com/containernetworking/plugins"
short_desc="Container Network Interface (plugins)"
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/containernetworking/plugins"
distfiles="https://github.com/containernetworking/plugins/archive/v${version}.tar.gz"
checksum=17dc1f2bf287506f38600fef78b44862fdc606316d296542461e7521f8c77f76
do_build() {
./build_linux.sh
}
do_install() {
vmkdir usr/libexec/cni
vcopy "bin/*" usr/libexec/cni
}