pantry/projects/pyyaml.org/package.yml
Max Howell cd7aac3dc2 +ruby (#176)
* +ruby

* wip
2022-10-03 11:37:28 -04:00

23 lines
414 B
YAML

distributable:
url: http://pyyaml.org/download/libyaml/yaml-{{version}}.tar.gz
strip-components: 1
versions:
github: yaml/libyaml/tags
# strip: /^v/
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./configure --prefix="{{prefix}}"
make --jobs {{hw.concurrency}} install
test:
dependencies:
tea.xyz/gx/cc: c99
script: |
cc test.c -lyaml
./a.out