dev-util/kubelogin - 0.1.7 (robert7k)

Search

Install

Install this version:

emerge -a =dev-util/kubelogin-0.1.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/kubelogin-0.1.7

Or alternatively:

emerge --autounmask-write -a =dev-util/kubelogin-0.1.7

Package Information

Description:
A Kubernetes credential (exec) plugin implementing azure authentication
Homepage:
https://github.com/Azure/kubelogin
License:
Apache-2.0 BSD-2 ISC MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="A Kubernetes credential (exec) plugin implementing azure authentication"
HOMEPAGE="https://github.com/Azure/kubelogin"

SRC_URI="https://github.com/Azure/${PN}/archive/refs/tags/v${PV}.tar.gz
	https://gitlab.com/api/v4/projects/35204985/packages/generic/${PN}/${PV}/${P}-deps.tar.bz"

LICENSE="Apache-2.0 BSD-2 ISC MIT"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
	dobin bin/linux_amd64/${PN}
	dodoc README.md
	dodoc SECURITY.md
}

Inherited Eclasses

Manifest for 0.1.7

Type File Size Source URLs
DIST kubelogin-0.1.7-deps.tar.bz 57343532 bytes https://gitlab.com/api/v4/projects/35204985/packages/generic/kubelogin/0.1.7/kubelogin-0.1.7-deps.tar.bz
DIST v0.1.7.tar.gz 158490 bytes https://github.com/Azure/kubelogin/archive/refs/tags/v0.1.7.tar.gz