pantry/projects/pyyaml.org/package.yml

23 lines
414 B
YAML
Raw Normal View History

2022-10-03 18:37:28 +03:00
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