add libxslt compile command

This commit is contained in:
crazywhalecc
2023-08-26 23:50:24 +08:00
committed by Jerry Ma
parent 238fd7fc74
commit 6c49d35aec
6 changed files with 89 additions and 10 deletions

View File

@@ -449,9 +449,13 @@
},
"xsl": {
"type": "builtin",
"arg-type": "with",
"arg-type": "with-prefix",
"lib-depends": [
"libxslt"
],
"ext-depends": [
"xml",
"dom"
]
},
"yaml": {

View File

@@ -293,6 +293,16 @@
"pthreads4w"
]
},
"libxslt": {
"source": "libxslt",
"static-libs-unix": [
"libxslt.a",
"libexslt.a"
],
"lib-depends": [
"libxml2"
]
},
"libyaml": {
"source": "libyaml",
"static-libs-unix": [

View File

@@ -16,15 +16,6 @@
"path": "LICENSE"
}
},
"libxslt": {
"type": "filelist",
"url": "https://download.gnome.org/sources/libxslt/1.1/",
"regex": "/href=\"(?<file>libxslt-(?<version>[^\"]+)\\.tar\\.xz)\"/",
"license": {
"type": "text",
"text": "TODO"
}
},
"brotli": {
"type": "ghtar",
"repo": "google/brotli",
@@ -263,6 +254,15 @@
"path": "Copyright"
}
},
"libxslt": {
"type": "filelist",
"url": "https://download.gnome.org/sources/libxslt/1.1/",
"regex": "/href=\"(?<file>libxslt-(?<version>[^\"]+)\\.tar\\.xz)\"/",
"license": {
"type": "text",
"text": "TODO"
}
},
"libyaml": {
"type": "ghrel",
"repo": "yaml/libyaml",