pantry/projects/tukaani.org/xz/package.yml

24 lines
398 B
YAML
Raw Normal View History

2022-08-03 15:02:32 +03:00
distributable:
2022-10-04 07:09:27 +03:00
url: https://tukaani.org/xz/xz-{{ version }}.tar.gz
2022-08-03 15:02:32 +03:00
strip-components: 1
versions:
2022-10-04 07:09:27 +03:00
- 5.2.7
2022-08-03 15:02:32 +03:00
- 5.2.5
build:
dependencies:
tea.xyz/gx/cc: 'c99'
tea.xyz/gx/make: '*'
script: |
2022-10-04 07:09:27 +03:00
./configure $ARGS
2022-08-03 15:02:32 +03:00
make --jobs {{ hw.concurrency }} install
2022-10-04 07:09:27 +03:00
env:
ARGS:
- --prefix={{ prefix }}
- --disable-debug
- --disable-doc
2022-08-03 15:02:32 +03:00
test:
script: xz --version