add xlswriter support

This commit is contained in:
crazywhalecc
2023-06-02 21:40:17 +08:00
parent dcb3d91610
commit aa9ec6e50e
3 changed files with 36 additions and 0 deletions

View File

@@ -367,6 +367,15 @@
"tokenizer": {
"type": "builtin"
},
"xlswriter": {
"type": "external",
"source": "xlswriter",
"arg-type": "custom",
"ext-depends": [
"zlib",
"zip"
]
},
"xml": {
"type": "builtin",
"arg-type": "custom",

View File

@@ -391,6 +391,16 @@
"path": "LICENSE"
}
},
"xlswriter": {
"type": "url",
"url": "http://pecl.php.net/get/xlswriter",
"path": "php-src/ext/xlswriter",
"filename": "xlswriter.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"xz": {
"type": "filelist",
"url": "https://tukaani.org/xz/",