14 lines
488 B
Bash
14 lines
488 B
Bash
# Template file for 'cni'
|
|
pkgname=cni
|
|
version=0.7.1
|
|
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 <cnemo@tutanota.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/containernetworking/cni"
|
|
distfiles="https://github.com/containernetworking/cni/archive/v${version}.tar.gz"
|
|
checksum=4517eabfd65aea2012dc48d057bf889a0a41ed9837387d95cd1e36c0dbddcfd4
|