mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
2177b18420
closes #3432
22 lines
465 B
YAML
22 lines
465 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:
|
|
- run: cargo install --locked --path . --root {{prefix}}
|
|
if: <0.6.0
|
|
- run: cargo install --locked --path . --root {{prefix}}
|
|
working-directory: iroh
|
|
if: '>=0.6.0'
|
|
|
|
provides:
|
|
- bin/iroh
|
|
|
|
test: iroh --help
|