mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
18 lines
327 B
YAML
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
|