pantry/projects/tukaani.org/xz/package.yml
2022-08-03 08:02:32 -04:00

18 lines
327 B
YAML

distributable:
url: https://tukaani.org/xz/xz-{{ version }}.tar.gz
strip-components: 1
versions:
- 5.2.5
build:
dependencies:
tea.xyz/gx/cc: 'c99'
tea.xyz/gx/make: '*'
script: |
./configure --prefix={{ prefix }} --disable-debug
make --jobs {{ hw.concurrency }} install
test:
script: xz --version