mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
16 lines
343 B
YAML
16 lines
343 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
|