mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 23:05:41 +08:00
19 lines
407 B
YAML
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
|