mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
19 lines
332 B
YAML
19 lines
332 B
YAML
distributable:
|
|
url: https://github.com/n0-computer/iroh/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: n0-computer/iroh/releases/tags
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org/cargo: '*'
|
|
script:
|
|
cargo install --locked --path . --root {{prefix}}
|
|
|
|
provides:
|
|
- bin/iroh
|
|
|
|
test:
|
|
iroh --help
|