pantry/projects/tukaani.org/xz/package.yml
Jacob Heider ddc55b93f2 ~xz
2022-10-04 00:18:29 -04:00

24 lines
398 B
YAML

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