mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+k9s
This commit is contained in:
parent
7dd3bf8b8b
commit
e812be9a7a
23
projects/k9scli.io/package.yml
Normal file
23
projects/k9scli.io/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
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
|
Loading…
Reference in a new issue