pantry/projects/pyyaml.org/libyaml/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

23 lines
430 B
YAML

distributable:
url: https://github.com/yaml/libyaml/releases/download/{{version}}/yaml-{{version}}.tar.gz
strip-components: 1
versions:
github: yaml/libyaml
build:
dependencies:
gnu.org/libtool: '*'
gnu.org/autoconf: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
test:
dependencies:
script:
cc fixture.c -lyaml -o test