mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
85d96cd0da
commit
f3c7c725d2
1 changed files with 4 additions and 0 deletions
|
@ -9,10 +9,14 @@ versions:
|
||||||
github: jdxcode/rtx
|
github: jdxcode/rtx
|
||||||
strip: /v/
|
strip: /v/
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
openssl.org: ^1.1 # newer RTX after 1.35.2 versions require openssl
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: '>=1.60<1.69'
|
rust-lang.org: '>=1.60<1.69'
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
|
freedesktop.org/pkg-config: '*'
|
||||||
script:
|
script:
|
||||||
cargo install --locked --path . --root {{prefix}}
|
cargo install --locked --path . --root {{prefix}}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue