2022-08-03 00:47:52 +03:00
|
|
|
distributable:
|
|
|
|
url: https://github.com/libffi/libffi/releases/download/v{{version}}/libffi-{{version}}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
|
|
|
github: libffi/libffi/tags
|
|
|
|
|
|
|
|
build:
|
|
|
|
dependencies:
|
|
|
|
tea.xyz/gx/cc: c99
|
|
|
|
tea.xyz/gx/make: '*'
|
|
|
|
script: |
|
|
|
|
./configure --prefix={{prefix}} --disable-debug
|
|
|
|
make --jobs {{ hw.concurrency }} install
|
|
|
|
|
|
|
|
test:
|
|
|
|
dependencies:
|
|
|
|
tea.xyz/gx/cc: c99
|
2022-10-24 22:33:15 +03:00
|
|
|
freedesktop.org/pkg-config: ^0.29
|
2022-08-03 00:47:52 +03:00
|
|
|
script: |
|
2022-10-24 22:33:15 +03:00
|
|
|
cc -o closure test.c $(pkg-config --libs libffi)
|
2022-08-03 00:47:52 +03:00
|
|
|
./closure
|