pantry/projects/libexpat.github.io/package.yml

21 lines
521 B
YAML
Raw Normal View History

2022-08-03 00:47:52 +03:00
distributable:
url: https://github.com/libexpat/libexpat/releases/download/R_{{ version.major }}_{{ version.minor }}_{{ version.patch }}/expat-{{ version }}.tar.xz
strip-components: 1
versions:
2023-04-14 05:57:50 +03:00
github: libexpat/libexpat/releases
2022-08-03 00:47:52 +03:00
build:
2024-04-19 02:13:56 +03:00
- ./configure --prefix={{ prefix }}
- make --jobs {{ hw.concurrency }} install
- run: rm *.la
working-directory: ${{ prefix }}/lib
2022-08-03 00:47:52 +03:00
test:
2024-04-19 02:13:56 +03:00
- cc test.c -lexpat -o test
- OUTPUT="$(./test)"
- test "$OUTPUT" = "tag:str|data:Hello, world!|"
2022-11-18 21:43:48 +03:00
provides:
- bin/xmlwf