mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
sys-cluster/kops-bin: add 1.31.0
Signed-off-by: Gabriel M. Dutra <me@dmdutra.dev>
This commit is contained in:
23
sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
Normal file
23
sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Kubernetes Operations"
|
||||
HOMEPAGE="https://kops.sigs.k8s.io/ https://github.com/kubernetes/kops"
|
||||
SRC_URI="https://github.com/kubernetes/${PN%-bin}/releases/download/v${PV}/kops-linux-amd64 -> ${P}.bin"
|
||||
|
||||
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_unpack() {
|
||||
mkdir -p -- "${S}"
|
||||
cp -- "${DISTDIR}/${A}" "${S}/${PN%-bin}"
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
dobin "${S}/${PN%-bin}"
|
||||
}
|
||||
Reference in New Issue
Block a user