mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Add libyaml
This commit is contained in:
15
config/pkg/lib/libyaml.yml
Normal file
15
config/pkg/lib/libyaml.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
libyaml:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghrel
|
||||
repo: yaml/libyaml
|
||||
match: yaml-.+\.tar\.gz
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [License]
|
||||
license: MIT
|
||||
headers:
|
||||
- yaml.h
|
||||
static-libs@unix:
|
||||
- libyaml.a
|
||||
Reference in New Issue
Block a user