mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
12eb5fe979
* Added cilium-cli * Added hubble
20 lines
400 B
YAML
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 }}
|