mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Add libxslt
This commit is contained in:
15
config/pkg/lib/libxslt.yml
Normal file
15
config/pkg/lib/libxslt.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user