mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-util/kubetail: add 0.9.0
Signed-off-by: Andres Morey <andres@kubetail.com>
This commit is contained in:
1
dev-util/kubetail/Manifest
Normal file
1
dev-util/kubetail/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST kubetail-0.9.0.tar.gz 618012 BLAKE2B 7948912708565d8170e90b8e79c5982bf88af0a07cc6742b7b04cf0be904d8c9ab8d7cb9d710092f34aa4ed51c1dc6cae9b9adc7e18d2c290a47d0d02cc6c27d SHA512 c76605dc3ddca95aebe0cacfa0eef0e602781850fba0c23ceff84e1b35c770364d9daca2c5073a70eb87c8e81f51d7b25a309e466a32d873d5fdbd3fc4db109e
|
||||
46
dev-util/kubetail/kubetail-0.9.0.ebuild
Normal file
46
dev-util/kubetail/kubetail-0.9.0.ebuild
Normal file
@@ -0,0 +1,46 @@
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit shell-completion
|
||||
|
||||
DESCRIPTION="Real-time logging dashboard for Kubernetes"
|
||||
|
||||
HOMEPAGE="https://github.com/kubetail-org/kubetail"
|
||||
|
||||
SRC_URI="https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/kubetail-cli-v${PV}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
BDEPEND="
|
||||
>=dev-lang/go-1.24.7
|
||||
>=net-libs/nodejs-22.13.1
|
||||
>=sys-apps/pnpm-bin-10.2.0
|
||||
"
|
||||
|
||||
RDEPEND="sys-cluster/kubectl"
|
||||
|
||||
QA_PREBUILT="usr/bin/kubetail"
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
|
||||
./bin/kubetail completion bash > "kubetail.bash" || die
|
||||
./bin/kubetail completion zsh > "kubetail.zsh" || die
|
||||
./bin/kubetail completion fish > "kubetail.fish" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bin/kubetail || die
|
||||
|
||||
newbashcomp "kubetail.bash" kubetail
|
||||
newzshcomp "kubetail.zsh" "_kubetail"
|
||||
dofishcomp "kubetail.fish"
|
||||
}
|
||||
11
dev-util/kubetail/metadata.xml
Normal file
11
dev-util/kubetail/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>andres@kubetail.com</email>
|
||||
<name>Andres Morey</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">kubetail-org/kubetail</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user