mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-19 06:45:35 +08:00
Add libiconv,libssh2,libxml2,xz
This commit is contained in:
20
config/pkg/lib/xz.yml
Normal file
20
config/pkg/lib/xz.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
xz:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghrel
|
||||
repo: tukaani-project/xz
|
||||
match: xz.+\.tar\.xz
|
||||
prefer-stable: true
|
||||
binary: hosted
|
||||
metadata:
|
||||
license-files: [COPYING]
|
||||
license: 0BSD
|
||||
depends@unix:
|
||||
- libiconv
|
||||
headers@unix:
|
||||
- lzma
|
||||
static-libs@unix:
|
||||
- liblzma.a
|
||||
pkg-configs:
|
||||
- liblzma
|
||||
Reference in New Issue
Block a user