sys-cluster/kops-bin - 1.31.0 (guru)

Search

Install

Install this version:

emerge -a =sys-cluster/kops-bin-1.31.0

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

autounmask =sys-cluster/kops-bin-1.31.0

Or alternatively:

emerge --autounmask-write -a =sys-cluster/kops-bin-1.31.0

Package Information

Description:
Kubernetes Operations
Homepage:
https://kops.sigs.k8s.io/
License:
Apache-2.0 BSD-2 BSD-4 ECL-2.0 imagemagick ISC JSON MIT MIT-with-advertising MPL-2.0 unicode

Ebuild Details

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

EAPI=8

DESCRIPTION="Kubernetes Operations"
HOMEPAGE="https://kops.sigs.k8s.io/"
SRC_URI="https://github.com/kubernetes/${PN%-bin}/releases/download/v${PV}/kops-linux-amd64 -> ${PN%-bin}"
S="${WORKDIR}"

LICENSE="Apache-2.0 BSD-2 BSD-4 ECL-2.0 imagemagick ISC JSON MIT MIT-with-advertising MPL-2.0 unicode"
SLOT="0"
KEYWORDS="~amd64"

src_compile() { :; }

src_install() {
	dobin "${DISTDIR}/kops"
}

Manifest for 1.31.0

Type File Size Source URLs
DIST kops 266345981 bytes https://github.com/kubernetes/kops/releases/download/v1.31.0/kops-linux-amd64