pantry/projects/github.com/sekrit-twc/zimg/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

26 lines
478 B
YAML

distributable:
url: https://github.com/sekrit-twc/zimg/archive/release-{{version}}.tar.gz
strip-components: 1
versions:
github: sekrit-twc/zimg
strip: /^release-/
build:
dependencies:
gnu.org/autoconf: '*'
gnu.org/automake: '*'
gnu.org/libtool: '*'
script: |
./autogen.sh
./configure $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
test:
dependencies:
script:
cc test.c -lzimg -o test