mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
712ee1c4a7
commit
fbf48587bb
|
@ -1,6 +1,6 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/xiph/rav1e/archive/refs/tags/v{{ version }}.tar.gz
|
url: https://github.com/xiph/rav1e/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: xiph/rav1e/releases
|
github: xiph/rav1e/releases
|
||||||
|
@ -13,11 +13,8 @@ provides:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
# Build errors with 1.69.0
|
rust-lang.org: ^1.70
|
||||||
rust-lang.org: ">=1.60<1.69"
|
rust-lang.org/cargo: '*'
|
||||||
rust-lang.org/cargo: "*"
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
script: |
|
|
||||||
cargo install --locked --path . --root {{prefix}}
|
|
||||||
|
|
||||||
test:
|
test: rav1e --version
|
||||||
rav1e --version
|
|
||||||
|
|
Loading…
Reference in a new issue