Add app-admin/kubectl-edit-status package

Bump new package app-admin/kubectl-edit-status to the overlay tree
This commit is contained in:
2023-11-23 22:15:20 +03:00
parent 4bb68bee9b
commit d029e38d82
2 changed files with 32 additions and 0 deletions

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}
}