pantry/projects/cilium.io/hubble/package.yml
Max Anderson 12eb5fe979
+cilium.io (#6034)
* Added cilium-cli

* Added hubble
2024-05-01 16:52:14 -04:00

20 lines
400 B
YAML

distributable:
url: https://github.com/cilium/hubble/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
display-name: hubble
versions:
github: cilium/hubble/releases/tags
build:
dependencies:
go.dev: ^1.22
script: |
make install BINDIR={{ prefix }}/bin VERSION={{ version }} GIT_BRANCH= GIT_HASH=
provides:
- bin/hubble
test:
- hubble version | grep {{ version }}