mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
23 lines
479 B
YAML
23 lines
479 B
YAML
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
|
|
libgit2.org: ~1.7 # links to libgit2.so.1.7
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: '>=1.60'
|
|
rust-lang.org/cargo: '*'
|
|
freedesktop.org/pkg-config: ^0.29
|
|
script: cargo install --locked --path . --root {{prefix}}
|
|
|
|
provides:
|
|
- bin/pixi
|
|
|
|
test: pixi --version | grep {{version}}
|