mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
add(redis_tui)
This commit is contained in:
parent
e99849d878
commit
4ade937bdd
19
projects/github.com/mat2cc/redis_tui/package.yml
Normal file
19
projects/github.com/mat2cc/redis_tui/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/mat2cc/redis_tui/archive/refs/tags/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: mat2cc/redis_tui
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
go.dev: ^1.20
|
||||||
|
script:
|
||||||
|
- go build -ldflags="$LDFLAGS" -o "{{prefix}}"/bin/ ./...
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/acptee
|
||||||
|
- bin/redis_tui
|
||||||
|
|
||||||
|
test: 'echo "$(redis_tui 2>&1 || true)" | grep "connect: connection refused"'
|
Loading…
Reference in a new issue