Add app-admin/kubectl-edit-status package

Bump new package app-admin/kubectl-edit-status to the overlay tree
master
Alexander Miroshnichenko 2023-11-23 22:15:20 +03:00
parent 4bb68bee9b
commit d029e38d82
Signed by: alex
GPG Key ID: E93720C6C73A77F4
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,4 @@
DIST kubectl-edit-status-0.3.0-deps.tar.xz 174582376 BLAKE2B 803c88a0b5709d2fb3384367d0972d0a85327b82af4b726197212b538d7a6af362c2cb9aa7bcdb32dcae74f12fbc2051d2560f58731d4d9969c3194792cf5ca0 SHA512 76efb089d1db93e563187f175c2b9cd5bc1873f8d008703d1bec15d7bf3649e14b477d8b70c625e9821fb17dbd57737f71c309de3b243e5c324d17fef35ffe7a
DIST kubectl-edit-status-0.3.0-vendor.tar.xz 3116132 BLAKE2B c90acf87475202004b3cd3911edc354ed3c5c264a9890092fb7f77afaea11532ad7d6716158e36f6a0093b3d9ab0152ba423cf675e40492919a70a00691a6516 SHA512 20218d679a2e793f30f41ed956cbb7e80f10b3cef3b3c778d6b06389dfc00ebaa0b6907af785bc5be2f57483d8e5a9c433d77ce1e46f6bb5b92bd61293e7a0a6
DIST kubectl-edit-status-0.3.0.tar.gz 51504 BLAKE2B 50d087d54bf8e6c42aba7bc810b7bcf7acd294afaf4bfe80a15d24ff3568aabd703ff353d5e6687a27b795e6c2d2a5a8508ae5ca73460a222b3a6a042f6b60ba SHA512 77987b157a8d6ee7cd7a09514378110a2f35a3fab0a691bf7f550ce92193c8179c4159627036a22402553e52ee4a39f2e3f46222726b6557fa86312fe9b2df76
EBUILD kubectl-edit-status-0.3.0.ebuild 703 BLAKE2B 5de80a53482da3108bf5ef7c62b180c210c97e627527cb3dadda73d701d54b62941502de2f31fa44e9945bf4d544b1bbd30a733f79faeff9eafabffbf24705e3 SHA512 3eb0b67f4e64d7813f7ecceab0b62f8a1766f948dc9a23ca4f7e1818b29f1c37e9ce084ce5593e5cae037ed4b30ac571430f6b09ae723985fe9976fdec84a1d0

View File

@ -0,0 +1,28 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="A kubectl plugin for editing /status subresource"
HOMEPAGE="https://github.com/ulucinar/kubectl-edit-status"
SRC_URI="https://github.com/ulucinar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://git.millerson.name/alex/gentoo-artifacts/releases/download/${P}/${P}.tar.xz -> ${P}-vendor.tar.xz
https://git.millerson.name/alex/gentoo-artifacts/releases/download/${P}-deps/${P}-deps.tar.xz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
ego build
}
src_install() {
dobin ${PN}
}