pantry/projects/libexpat.github.io/package.yml
2023-10-01 20:41:57 -04:00

21 lines
487 B
YAML

distributable:
url: https://github.com/libexpat/libexpat/releases/download/R_{{ version.major }}_{{ version.minor }}_{{ version.patch }}/expat-{{ version }}.tar.xz
strip-components: 1
versions:
github: libexpat/libexpat/releases
build:
script: |
./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }} install
test:
script: |
cc test.c -lexpat -o test
OUTPUT="$(./test)"
test "$OUTPUT" = "tag:str|data:Hello, world!|"
provides:
- bin/xmlwf