mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
24 lines
419 B
YAML
24 lines
419 B
YAML
|
distributable:
|
||
|
url: https://github.com/derailed/k9s/archive/refs/tags/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: derailed/k9s
|
||
|
|
||
|
provides:
|
||
|
- bin/k9s
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
go.dev: ^1.18
|
||
|
gnu.org/make: '*'
|
||
|
git-scm.org: '*' # needed to show git commit hash in version
|
||
|
|
||
|
script: |
|
||
|
make build
|
||
|
mkdir -p "{{ prefix }}"/bin
|
||
|
mv ./execs/k9s "{{ prefix }}"/bin
|
||
|
|
||
|
test:
|
||
|
k9s version
|