+fsrx -- flow state reading in the terminal

This commit is contained in:
Kevin Chen 2023-08-26 16:47:07 -04:00 committed by Jacob Heider
parent fbba37b856
commit 7c0064f970

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