mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
17 lines
294 B
YAML
17 lines
294 B
YAML
libffi:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghrel
|
|
repo: libffi/libffi
|
|
match: libffi.+\.tar\.gz
|
|
prefer-stable: true
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: MIT
|
|
headers@unix:
|
|
- ffi.h
|
|
- ffitarget.h
|
|
static-libs@unix:
|
|
- libffi.a
|