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