21 lines
578 B
Bash
21 lines
578 B
Bash
# Template file for 'cni'
|
|
pkgname=cni
|
|
version=1.1.2
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/containernetworking/cni"
|
|
go_package="${go_import_path}/cnitool"
|
|
short_desc="Container Network Interface"
|
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/containernetworking/cni"
|
|
distfiles="https://github.com/containernetworking/cni/archive/v${version}.tar.gz"
|
|
checksum=7d4bcaf83acdd54b3dc216f7aa5b5e1b32cb797d9c6af601a2c26b97470ed743
|
|
|
|
post_install() {
|
|
for _doc in Documentation/*.md cnitool/README.md
|
|
do
|
|
vdoc "$_doc"
|
|
done
|
|
}
|