mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
21 lines
353 B
YAML
21 lines
353 B
YAML
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
|
|
pkg-configs:
|
|
- liblzma
|
|
static-libs@unix:
|
|
- liblzma.a
|