pantry/projects/pyyaml.org/package.yml

18 lines
312 B
YAML
Raw Normal View History

2022-10-03 18:37:28 +03:00
distributable:
2022-11-20 02:34:53 +03:00
url: https://pyyaml.org/download/libyaml/yaml-{{version}}.tar.gz
2022-10-03 18:37:28 +03:00
strip-components: 1
versions:
github: yaml/libyaml/tags
# strip: /^v/
build:
script: |
./configure --prefix="{{prefix}}"
make --jobs {{hw.concurrency}} install
test:
script: |
cc test.c -lyaml
./a.out