This commit is contained in:
Max Howell 2024-02-17 07:44:30 -05:00
parent 02b6a6002a
commit 697e824f85

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