mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 02:15:06 +03:00
22 lines
441 B
YAML
22 lines
441 B
YAML
distributable:
|
|
url: https://github.com/ynqa/jnv/archive/refs/tags/{{ version.tag }}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/jnv
|
|
|
|
versions:
|
|
github: ynqa/jnv
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: '>=1.56'
|
|
rust-lang.org/cargo: '*'
|
|
gnu.org/autoconf: 2
|
|
gnu.org/automake: 1
|
|
gnu.org/libtool: 2
|
|
script: cargo install --path . --root {{prefix}}
|
|
|
|
test:
|
|
- jnv --help
|
|
- test "$(jnv --version)" = "jnv {{version}}"
|