13 lines
494 B
Bash
13 lines
494 B
Bash
# Template file for 'cni'
|
|
pkgname=cni
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/containernetworking/cni"
|
|
go_package="${go_import_path}/cnitool"
|
|
short_desc="Container Network Interface"
|
|
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/containernetworking/cni"
|
|
distfiles="https://github.com/containernetworking/cni/archive/v${version}.tar.gz"
|
|
checksum=78d57477d6b0ab9dc4d75ce9f275302d2f379206b5326503e57d9c08b76484c1
|