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:
parent
a65bb89c34
commit
1e49140f1e
|
@ -0,0 +1 @@
|
||||||
|
calicoctl is no longer provided by Void Linux, and will be fully removed from the repos on 2019/04/14
|
|
@ -1,19 +1,8 @@
|
||||||
# Template file for 'calicoctl'
|
# Template file for 'calicoctl'
|
||||||
pkgname=calicoctl
|
pkgname=calicoctl
|
||||||
version=3.5.2
|
version=3.5.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=meta
|
||||||
go_import_path="github.com/projectcalico/calicoctl"
|
short_desc="CLI tool for Project Calico (removed package)"
|
||||||
go_package="${go_import_path}/calicoctl"
|
license="metapackage"
|
||||||
hostmakedepends="glide"
|
|
||||||
short_desc="CLI tool for Project Calico"
|
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
|
||||||
license="Apache-2.0"
|
|
||||||
homepage="https://www.projectcalico.org"
|
homepage="https://www.projectcalico.org"
|
||||||
distfiles="https://github.com/projectcalico/calicoctl/archive/v${version}.tar.gz"
|
|
||||||
checksum=a0a4a85dcdb72f54baf6d2f1b242682530215d5111a58330ec70781fedec1e0d
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cd $GOSRCPATH
|
|
||||||
glide install
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue