# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
github.setup ahmetb kubectx 0.7.0 v
maintainers {breun.nl:nils @breun} @gearnode openmaintainer
description Power tools for kubectl
long_description kubectx helps you switch between clusters back and forth. \
kubens helps you switch between Kubernetes namespaces smoothly.
checksums rmd160 f6f011e466317cc1323954ac9e5b4f3cc4bd78f7 \
sha256 f944d5677d82e10bc8fbdd70a835ffb0aa522402e0b57331cdc4b80f6aefeee6 \
depends_run port:bash-completion path:${prefix}/bin/kubectl:kubectl-1.15
xinstall -m 755 -d ${destroot}${prefix}/share/${name}
xinstall -m 644 ${worksrcpath}/CONTRIBUTING.md \
${worksrcpath}/README.md \
${destroot}${prefix}/share/${name}
xinstall -m 755 ${worksrcpath}/kubectx \
xinstall -m 755 -d ${destroot}${prefix}/etc/bash_completion.d
xinstall -m 644 ${worksrcpath}/completion/kubectx.bash \
${worksrcpath}/completion/kubens.bash \
${destroot}${prefix}/etc/bash_completion.d