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>
This commit is contained in:
Andrew 2023-05-07 05:01:22 +03:00 committed by GitHub
parent a410388b55
commit 9303ce8c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
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}}