pantry/projects/freedesktop.org/libbsd/package.yml

23 lines
484 B
YAML
Raw Normal View History

distributable:
url: https://libbsd.freedesktop.org/releases/libbsd-{{version}}.tar.xz
strip-components: 1
versions:
2023-04-22 00:19:52 +03:00
github: guillemj/libbsd/tags
2023-04-24 22:57:50 +03:00
platforms: linux
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
hadrons.org/libmd: '*'
script: |
./configure --prefix={{prefix}}
make --jobs {{hw.concurrency}} install
test:
dependencies:
gnu.org/binutils: '*'
2023-04-22 00:19:52 +03:00
script:
nm {{prefix}}/lib/libbsd.so.{{version.major}} | grep strtonum