mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
18 lines
312 B
YAML
18 lines
312 B
YAML
distributable:
|
|
url: https://pyyaml.org/download/libyaml/yaml-{{version}}.tar.gz
|
|
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
|