add(redis_tui)

This commit is contained in:
Jacob Heider 2023-11-20 13:53:38 -05:00
parent e99849d878
commit 4ade937bdd
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View 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"'