mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
22 lines
437 B
YAML
22 lines
437 B
YAML
distributable:
|
|
url: https://libbsd.freedesktop.org/releases/libbsd-{{version}}.tar.xz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: guillemj/libbsd/tags
|
|
|
|
platforms: linux
|
|
|
|
build:
|
|
dependencies:
|
|
hadrons.org/libmd: '*'
|
|
script: |
|
|
./configure --prefix={{prefix}}
|
|
make --jobs {{hw.concurrency}} install
|
|
|
|
test:
|
|
dependencies:
|
|
gnu.org/binutils: '*'
|
|
script:
|
|
nm {{prefix}}/lib/libbsd.so.{{version.major}} | grep strtonum
|