pantry/projects/iroh.computer/package.yml
Jacob Heider bc6433bf3e fix(curve-dalek.rust)
with the release of rust 1.78 we can undo these... tweaks.

fix deno specifically

Revert "fix deno specifically"

This reverts commit 4dbe7bd82386dc429a6d448b2004c3df4f0c9807.

revert deno
2024-05-02 15:20:04 -04:00

24 lines
566 B
YAML

distributable:
url: https://github.com/n0-computer/iroh/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1
versions:
github: n0-computer/iroh
build:
dependencies:
rust-lang.org/cargo: '*'
rust-lang.org: ^1.78 # stdsimd changes
script:
- run: cargo install --path . --locked --root {{prefix}}
if: <0.6.0
- run: cargo install --path iroh --locked --root {{prefix}}
if: '>=0.6.0<0.13.0'
- run: cargo install --path iroh-cli --locked --root {{prefix}}
if: '>=0.13.0'
provides:
- bin/iroh
test: iroh --help