mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+fselect
This commit is contained in:
parent
e90482eb60
commit
62656c2e6d
1 changed files with 17 additions and 0 deletions
17
projects/crates.io/fselect/package.yml
Normal file
17
projects/crates.io/fselect/package.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
distributable:
|
||||
url: https://github.com/jhspetersson/fselect/archive/refs/tags/{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: jhspetersson/fselect
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: ^1.65
|
||||
rust-lang.org/cargo: '*'
|
||||
script: cargo install --path . --root {{prefix}}
|
||||
|
||||
provides:
|
||||
- bin/fselect
|
||||
|
||||
test: fselect size, path from /tmp
|
Loading…
Reference in a new issue