Files
static-php-cli/config/pkg/lib/libxslt.yml
2026-04-09 12:15:45 +08:00

19 lines
407 B
YAML

libxslt:
type: library
artifact:
source:
type: filelist
url: 'https://download.gnome.org/sources/libxslt/1.1/'
regex: '/href="(?<file>libxslt-(?<version>[^"]+)\.tar\.xz)"/'
metadata:
license-files: [Copyright]
license: MIT
depends:
- libxml2
static-libs@unix:
- libxslt.a
- libexslt.a
static-libs@windows:
- libxslt_a.lib
- libexslt_a.lib