New package: calicoctl-3.4.0

This commit is contained in:
Frank Steinborn 2019-01-10 21:40:29 +01:00 committed by maxice8
parent fb005e3c54
commit c8682904d6
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'calicoctl'
pkgname=calicoctl
version=3.4.0
revision=1
build_style=go
go_import_path="github.com/projectcalico/calicoctl"
go_package="${go_import_path}/calicoctl"
hostmakedepends="glide"
short_desc="CLI tool for Project Calico"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="Apache-2.0"
homepage="https://www.projectcalico.org"
distfiles="https://github.com/projectcalico/calicoctl/archive/v${version}.tar.gz"
checksum=15d0edbacef5ad7205eaf20b444c134b30f2cfe0153e4f84d0f2dd3b3485023a
pre_build() {
cd $GOSRCPATH
glide install
}