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:
|
||||
url: https://github.com/xiph/rav1e/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
url: https://github.com/xiph/rav1e/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: xiph/rav1e/releases
|
||||
|
@ -13,11 +13,8 @@ provides:
|
|||
|
||||
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}}
|
||||
rust-lang.org: ^1.70
|
||||
rust-lang.org/cargo: '*'
|
||||
script: cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
rav1e --version
|
||||
test: rav1e --version
|
||||
|
|
Loading…
Reference in a new issue