mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
24 lines
425 B
YAML
24 lines
425 B
YAML
distributable:
|
|
url: https://github.com/xiph/rav1e/archive/refs/tags/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: xiph/rav1e/releases
|
|
|
|
dependencies:
|
|
nasm.us: ^2.14.02
|
|
|
|
provides:
|
|
- bin/rav1e
|
|
|
|
build:
|
|
dependencies:
|
|
# Build errors with 1.69.0
|
|
rust-lang.org: ">=1.60<1.69"
|
|
rust-lang.org/cargo: "*"
|
|
script: |
|
|
cargo install --locked --path . --root {{prefix}}
|
|
|
|
test:
|
|
rav1e --version
|