pantry/projects/nongnu.org/lzip/package.yml
Andrew 9303ce8c55
nongnu.org/lzip (#1867)
* new file:   projects/nongnu.org/lzip/package.yml

* looks like concurrency issues on install

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-05-06 22:01:22 -04:00

29 lines
544 B
YAML

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}}