tv-cli -- Format json into table view

This commit is contained in:
Kevin Chen 2023-08-25 20:14:41 -04:00 committed by Jacob Heider
parent 7fe6f500c6
commit d60c654eae

View file

@ -0,0 +1,21 @@
distributable:
url: https://github.com/uzimaru0000/tv/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/tv
versions:
github: uzimaru0000/tv
strip: /v/
build:
dependencies:
rust-lang.org: '>=1.65'
rust-lang.org/cargo: '*'
script:
cargo install --locked --path . --root {{prefix}}
test:
script:
- test "$(tv --version)" = "tv {{version}}"