mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
a44a251288
* +cavif — Encoder/converter for AVIF images * nasm on x86-64 --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
23 lines
446 B
YAML
23 lines
446 B
YAML
distributable:
|
|
url: https://github.com/kornelski/cavif-rs/archive/refs/tags/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/cavif
|
|
|
|
versions:
|
|
github: kornelski/cavif-rs
|
|
strip: /v/
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: ">=1.65"
|
|
rust-lang.org/cargo: "*"
|
|
x86-64:
|
|
nasm.us: '*'
|
|
script: cargo install --locked --path . --root {{prefix}}
|
|
|
|
test:
|
|
script:
|
|
- test "$(cavif --version)" = "cavif-rs {{version}}"
|