app-admin/openshift-client-linux - 4.17.12 (amedeos)

Search

Package Information

Description:
Conformance test suite for OpenShift
Homepage:
https://github.com/openshift/origin https://www.openshift.org/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
4.17.12 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit bash-completion-r1

DESCRIPTION="Conformance test suite for OpenShift"
HOMEPAGE="https://github.com/openshift/origin https://www.openshift.org/"
SRC_URI="https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${PV}/${PN}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="bash-completion kubectl"

DEPEND="dev-lang/go"
RDEPEND="${DEPEND}"
BDEPEND=""

S="${WORKDIR}"

src_install() {
	dobin "oc"
	use kubectl && dobin "kubectl"
	cd "${S}"
	./oc completion bash > oc_completion
	./kubectl completion bash > kubectl_completion
	newbashcomp oc_completion oc
	newbashcomp kubectl_completion kubectl
}

USE Flags

Dependencies

DEPEND

dev-lang/go

RDEPEND

dev-lang/go

Manifest for 4.17.12

Type File Size Source URLs
DIST openshift-client-linux-4.17.12.tar.gz 69063176 bytes https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.12/openshift-client-linux.tar.gz