mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
19 lines
343 B
YAML
19 lines
343 B
YAML
|
distributable:
|
||
|
url: https://github.com/PyO3/maturin/archive/refs/tags/{{version.tag}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
provides:
|
||
|
- bin/maturin
|
||
|
|
||
|
versions:
|
||
|
github: PyO3/maturin
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
rust-lang.org/cargo: ^0.77
|
||
|
script:
|
||
|
cargo install --locked --path . --root {{prefix}}
|
||
|
|
||
|
test:
|
||
|
maturin --version | grep {{version}}
|