mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 20:45:09 +03:00
12eb5fe979
* Added cilium-cli * Added hubble
20 lines
387 B
YAML
20 lines
387 B
YAML
distributable:
|
|
url: https://github.com/cilium/cilium-cli/archive/refs/tags/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: cilium
|
|
|
|
versions:
|
|
github: cilium/cilium-cli/releases/tags
|
|
|
|
build:
|
|
dependencies:
|
|
go.dev: ^1.22
|
|
script: |
|
|
make install BINDIR={{ prefix }}/bin VERSION=v{{ version }}
|
|
|
|
provides:
|
|
- bin/cilium
|
|
|
|
test:
|
|
- cilium version | grep {{ version }}
|