# Maintainer: Jonathan Wright pkgname=hubble-bin pkgver=0.11.1 pkgrel=1 pkgdesc='Network, Service & Security Observability for Kubernetes using eBPF' arch=('x86_64' 'aarch64') url='https://cilium.io/' license=('Apache') makedepends=() provides=("hubble=${pkgver}") conflicts=() source_x86_64=("${pkgname}-${pkgver}-amd64.tar.gz::https://github.com/cilium/hubble/releases/download/v${pkgver}/hubble-linux-amd64.tar.gz") source_aarch64=("${pkgname}-${pkgver}-arm64.tar.gz::https://github.com/cilium/hubble/releases/download/v${pkgver}/hubble-linux-arm64.tar.gz") sha256sums_x86_64=('80dc54aaef4314de8ad64f5a95ae4d9067542defd69edd6a95574610a5c379bd') sha256sums_aarch64=('170c77a14099b636f162b12b6e63400648bf06e27aba973d3f511dcada84753e') options=("!strip") package() { install -D -g root -m 0755 -o root "$srcdir/hubble" "$pkgdir/usr/bin/hubble" }