mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+fsrx -- flow state reading in the terminal
This commit is contained in:
parent
fbba37b856
commit
7c0064f970
1 changed files with 21 additions and 0 deletions
21
projects/crates.io/fsrx/package.yml
Normal file
21
projects/crates.io/fsrx/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
distributable:
|
||||
url: https://github.com/jrnxf/fsrx/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/fsrx
|
||||
|
||||
versions:
|
||||
github: jrnxf/fsrx
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- test "$(fsrx --version)" = "fsrx {{version}}"
|
Loading…
Reference in a new issue