mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sys-cluster/kops-bin: new package, add 1.25.3
Signed-off-by: Gabriel M. Dutra <0xdutra@gmail.com>
This commit is contained in:
1
sys-cluster/kops-bin/Manifest
Normal file
1
sys-cluster/kops-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST kops-bin-1.25.3.bin 169712286 BLAKE2B 7b4e9cecb625d734b128456c4e9cc3bd8db386a63a798140e38f7ecfa2e61395ce612e99e41ec7b9f6752bbf36dd4b632b35ce3bb1836df65a30517e63c8c436 SHA512 7271bbc88bdf48cea3922bb173a0dd82584d2ea8d6b43b747312329ba5df540951c4b046cc273ece1e44c9f9a3024e5c61fa80f192ea4b8c264ccfa295b8cafe
|
||||
24
sys-cluster/kops-bin/kops-bin-1.25.3.ebuild
Normal file
24
sys-cluster/kops-bin/kops-bin-1.25.3.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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"
|
||||
IUSE=""
|
||||
|
||||
src_unpack() {
|
||||
mkdir -p -- "${S}"
|
||||
cp -- "${DISTDIR}/${A}" "${S}/${PN%-bin}"
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
dobin "${S}/${PN%-bin}"
|
||||
}
|
||||
12
sys-cluster/kops-bin/metadata.yml
Normal file
12
sys-cluster/kops-bin/metadata.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>0xdutra@gmail.com</email>
|
||||
<name>Gabriel M. Dutra</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<changelog>https://github.com/kubernetes/kops/tree/master/docs/releases</changelog>
|
||||
<remote-id type="github">kubernetes/kops</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user