mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
iroh.computer
This commit is contained in:
parent
367554faaa
commit
c84784be07
2 changed files with 19 additions and 1 deletions
18
projects/iroh.computer/package.yml
Normal file
18
projects/iroh.computer/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
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
|
2
tea.yaml
2
tea.yaml
|
@ -1,4 +1,4 @@
|
|||
dependencies:
|
||||
tea.xyz/brewkit: ^0.7.1
|
||||
tea.xyz/brewkit: ^0
|
||||
env:
|
||||
TEA_PANTRY_PATH: ${{srcroot}}
|
||||
|
|
Loading…
Reference in a new issue