mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
20 lines
316 B
YAML
20 lines
316 B
YAML
libxml2:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghtagtar
|
|
repo: GNOME/libxml2
|
|
match: 'v2\.\d+\.\d+$'
|
|
metadata:
|
|
license-files: [Copyright]
|
|
license: MIT
|
|
depends@unix:
|
|
- libiconv
|
|
suggests@unix:
|
|
- xz
|
|
- zlib
|
|
headers:
|
|
- libxml2
|
|
pkg-configs:
|
|
- libxml-2.0
|