pantry/projects/libexpat.github.io/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

22 lines
518 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:
dependencies:
script: |
./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }} install
test:
dependencies:
script: |
cc test.c -lexpat -o test
OUTPUT="$(./test)"
test "$OUTPUT" = "tag:str|data:Hello, world!|"
provides:
- bin/xmlwf