mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
80a537c8e6
commit
12eb5fe979
2 changed files with 40 additions and 0 deletions
20
projects/cilium.io/cilium/package.yml
Normal file
20
projects/cilium.io/cilium/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
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 }}
|
20
projects/cilium.io/hubble/package.yml
Normal file
20
projects/cilium.io/hubble/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
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 }}
|
Loading…
Reference in a new issue