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

49 lines
748 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
2022-11-18 21:43:48 +03:00
provides:
- bin/lzcat
- bin/lzcmp
- bin/lzdiff
- bin/lzegrep
- bin/lzfgrep
- bin/lzgrep
- bin/lzless
- bin/lzma
- bin/lzmadec
- bin/lzmainfo
- bin/lzmore
- bin/unlzma
- bin/unxz
- bin/xz
- bin/xzcat
- bin/xzcmp
- bin/xzdec
- bin/xzdiff
- bin/xzegrep
- bin/xzfgrep
- bin/xzgrep
- bin/xzless
- bin/xzmore