mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
34 lines
520 B
YAML
34 lines
520 B
YAML
distributable:
|
|
url: https://aomedia.googlesource.com/aom/+archive/v{{version}}.tar.gz
|
|
|
|
versions:
|
|
- 3.5.0
|
|
|
|
build:
|
|
dependencies:
|
|
x86-64:
|
|
nasm.us: 2
|
|
tea.xyz/gx/cc: c99
|
|
cmake.org: ^3
|
|
tea.xyz/gx/make: '*'
|
|
working-directory:
|
|
out
|
|
script: |
|
|
cmake .. $ARGS
|
|
make
|
|
make install
|
|
env:
|
|
CC: clang
|
|
ARGS:
|
|
- -DCMAKE_BUILD_TYPE=Release
|
|
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
|
|
|
test:
|
|
script: |
|
|
aomenc --help
|
|
aomdec --help
|
|
|
|
provides:
|
|
- bin/aomenc
|
|
- bin/aomdec
|