calicoctl: remove

Upstream maintains 5 different versions, writes to clusters running
calico should only happen with matching calicoctl. Remove, as it's
pointless to keep this updated while big deployments are often on older
versions of calico.
This commit is contained in:
Frank Steinborn 2019-03-14 18:22:40 +01:00 committed by maxice8
parent a65bb89c34
commit 1e49140f1e
2 changed files with 5 additions and 15 deletions

View File

@ -0,0 +1 @@
calicoctl is no longer provided by Void Linux, and will be fully removed from the repos on 2019/04/14

View File

@ -1,19 +1,8 @@
# Template file for 'calicoctl'
pkgname=calicoctl
version=3.5.2
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"
revision=2
build_style=meta
short_desc="CLI tool for Project Calico (removed package)"
license="metapackage"
homepage="https://www.projectcalico.org"
distfiles="https://github.com/projectcalico/calicoctl/archive/v${version}.tar.gz"
checksum=a0a4a85dcdb72f54baf6d2f1b242682530215d5111a58330ec70781fedec1e0d
pre_build() {
cd $GOSRCPATH
glide install
}