pantry/projects/nongnu.org/lzip/package.yml

29 lines
544 B
YAML
Raw Normal View History

distributable:
url: https://cdn.betsu.org/mirrors/savannah/lzip/lzip-{{version.marketing}}.tar.gz
strip-components: 1
versions:
url: https://cdn.betsu.org/mirrors/savannah/lzip/
match: /lzip-\d+\.\d+\.tar\.gz/
strip:
- /^lzip-/
- /.tar.gz$/
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }}
make install
env:
ARGS:
- --prefix="{{prefix}}"
provides:
- bin/lzip
test:
lzip --version | grep {{version.marketing}}