mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
92ae946057
closes #6052
19 lines
373 B
YAML
19 lines
373 B
YAML
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: '*'
|
|
cmake.org: ^3
|
|
script: cargo install --path . --root {{prefix}}
|
|
|
|
provides:
|
|
- bin/fselect
|
|
|
|
test: fselect size, path from /tmp
|