# Maintainer: Jonathan Wright pkgname=hubble-bin pkgver=0.13.3 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=('864a6d296dd0662e389076929f1fb82a487fee3f0842c3394c3a88887e8c0cf4') sha256sums_aarch64=('b696707b4f6abd1b0d4bccedc6246434315a9bbe92633e43fe03c20d66be114f') options=("!strip") package() { install -D -g root -m 0755 -o root "$srcdir/hubble" "$pkgdir/usr/bin/hubble" }