add qdbm for dba

This commit is contained in:
crazywhalecc
2024-04-12 12:44:26 +08:00
parent b4ed4ea956
commit f6c42e0fbf
8 changed files with 97 additions and 4 deletions

View File

@@ -43,7 +43,11 @@
},
"dba": {
"type": "builtin",
"arg-type-windows": "with"
"arg-type-windows": "with",
"arg-type-unix": "custom",
"lib-suggests-unix": [
"qdbm"
]
},
"dom": {
"type": "builtin",

View File

@@ -525,6 +525,12 @@
"zstd"
]
},
"qdbm": {
"source": "qdbm",
"static-libs-unix": [
"libqdbm.a"
]
},
"readline": {
"source": "readline",
"static-libs-unix": [

View File

@@ -551,6 +551,14 @@
"path": "LICENSE"
}
},
"qdbm": {
"type": "url",
"url": "https://master.dl.sourceforge.net/project/qdbm/qdbm/1.8.77/qdbm-1.8.77.tar.gz",
"license": {
"type": "file",
"path": "COPYING"
}
},
"rar": {
"type": "git",
"url": "https://github.com/static-php/php-rar.git",