mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 02:15:06 +03:00
+crates.io/fnm
This commit is contained in:
parent
2a30183b4f
commit
09f82c434c
1 changed files with 23 additions and 0 deletions
23
projects/crates.io/fnm/package.yml
Normal file
23
projects/crates.io/fnm/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
distributable:
|
||||
url: https://github.com/Schniz/fnm/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: Schniz/fnm
|
||||
|
||||
dependencies:
|
||||
darwin:
|
||||
zlib.net: ^1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: ">=1.60"
|
||||
rust-lang.org/cargo: "*"
|
||||
script: |
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
provides:
|
||||
- bin/fnm
|
||||
|
||||
test:
|
||||
script: test "$(fnm --version)" = "fnm {{version}}"
|
Loading…
Reference in a new issue