refs https://github.com/prefix-dev/pixi/issues/203
This commit is contained in:
Max Howell 2023-08-17 08:04:53 -04:00 committed by GitHub
parent 08b42ed4fe
commit 71e2e91586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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}}