Files
static-php-cli/config/pkg/lib/xz.yml

26 lines
435 B
YAML
Raw Normal View History

2026-02-02 15:35:59 +08:00
xz:
type: library
artifact:
source:
type: ghrel
repo: tukaani-project/xz
match: xz.+\.tar\.xz
prefer-stable: true
metadata:
license-files: [COPYING]
license: 0BSD
depends@unix:
- libiconv
headers@unix:
- lzma
2026-03-24 12:31:45 +08:00
headers@windows:
- lzma
- lzma.h
2026-02-02 15:35:59 +08:00
pkg-configs:
- liblzma
static-libs@unix:
- liblzma.a
2026-03-24 12:31:45 +08:00
static-libs@windows:
- lzma.lib
- liblzma_a.lib