diff --git a/projects/github.com/mat2cc/redis_tui/package.yml b/projects/github.com/mat2cc/redis_tui/package.yml new file mode 100644 index 00000000..d51fdfaf --- /dev/null +++ b/projects/github.com/mat2cc/redis_tui/package.yml @@ -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"'