mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+maturin
This commit is contained in:
parent
02b6a6002a
commit
697e824f85
18
projects/maturin.rs/package.yml
Normal file
18
projects/maturin.rs/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
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}}
|
Loading…
Reference in a new issue