mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
23 lines
441 B
YAML
23 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}}"
|