mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
08b42ed4fe
commit
71e2e91586
1 changed files with 24 additions and 0 deletions
24
projects/prefix.dev/package.yml
Normal file
24
projects/prefix.dev/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
distributable:
|
||||
url: https://github.com/prefix-dev/pixi/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: prefix-dev/pixi
|
||||
|
||||
dependencies:
|
||||
openssl.org: ^1.1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.60'
|
||||
rust-lang.org/cargo: '*'
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
tea.xyz/gx/cc: c99
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
provides:
|
||||
- bin/pixi
|
||||
|
||||
test:
|
||||
pixi --version = {{version}}
|
Loading…
Reference in a new issue