sys-cluster/hubble - 0.10.0 (gentoo)

Search

Package Information

Description:
Network, Service & Security Observability for Kubernetes using eBPF
Homepage:
https://cilium.io
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.10.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit go-module
# make sure this gets updated on every bump
GIT_HASH=daec1c89

DESCRIPTION="Network, Service & Security Observability for Kubernetes using eBPF"
HOMEPAGE="https://cilium.io"
SRC_URI="https://github.com/cilium/hubble/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

QA_PRESTRIPPED=usr/bin/hubble

src_compile() {
	emake GIT_HASH=${GIT_HASH}
}

src_test() {
	emake test
}

src_install() {
	dobin hubble
}

Manifest for 0.10.0

Type File Size Source URLs
DIST hubble-0.10.0.tar.gz 6453598 bytes https://github.com/cilium/hubble/archive/v0.10.0.tar.gz