mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
Add libiconv,libssh2,libxml2,xz
This commit is contained in:
19
config/pkg/lib/libxml2.yml
Normal file
19
config/pkg/lib/libxml2.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user