mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
tv-cli -- Format json into table view
This commit is contained in:
parent
7fe6f500c6
commit
d60c654eae
1 changed files with 21 additions and 0 deletions
21
projects/crates.io/tv-cli/package.yml
Normal file
21
projects/crates.io/tv-cli/package.yml
Normal 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}}"
|
Loading…
Reference in a new issue