New package: cni-plugins-0.7.4
This commit is contained in:
parent
d00e94dedd
commit
3d80b61b0b
1 changed files with 22 additions and 0 deletions
22
srcpkgs/cni-plugins/template
Normal file
22
srcpkgs/cni-plugins/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'cni-plugins'
|
||||
pkgname=cni-plugins
|
||||
version=0.7.4
|
||||
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=d47f2bda2bfd6699843a98d91a2e5c40aa58eacd3f2393c7696c158c410aad3c
|
||||
|
||||
do_build() {
|
||||
./build.sh
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/libexec/cni
|
||||
vcopy "bin/*" usr/libexec/cni
|
||||
}
|
Loading…
Reference in a new issue