mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
d0afeaf2f4
* improve get-platforms.ts * test half filtered * figured this might be weird * no undefined, i guess. * or double quotes * ready
24 lines
485 B
YAML
24 lines
485 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:
|
|
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: '*'
|
|
script:
|
|
nm {{prefix}}/lib/libbsd.so.{{version.major}} | grep strtonum
|