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

@@ -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",