pantry/projects/pyyaml.org/libyaml/package.yml
Andrew 6e6422de35
pyyaml.org/libyaml (#1778)
* new file:   projects/pyyaml.org/libyaml/fixture.c
	new file:   projects/pyyaml.org/libyaml/package.yml

* should work without `-L` (`tea` should handle)

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-05-01 13:17:38 -04:00

26 lines
501 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:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/libtool: '*'
gnu.org/autoconf: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
test:
dependencies:
tea.xyz/gx/cc: c99
script:
cc fixture.c -lyaml -o test