add uuid/libuuid for linux and macos (#363)

This commit is contained in:
Jerry Ma
2024-03-01 20:10:48 +08:00
committed by GitHub
parent 9664709f21
commit f5d1df5407
8 changed files with 91 additions and 3 deletions

View File

@@ -100,6 +100,16 @@
"path": "LICENSE"
}
},
"ext-uuid": {
"type": "url",
"url": "https://pecl.php.net/get/uuid",
"path": "php-src/ext/uuid",
"filename": "uuid.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-uv": {
"type": "url",
"url": "https://pecl.php.net/get/uv",
@@ -334,6 +344,15 @@
"path": "LICENSE.md"
}
},
"libuuid": {
"type": "git",
"url": "https://github.com/cloudbase/libuuid.git",
"rev": "master",
"license": {
"type": "file",
"path": "COPYING"
}
},
"libuv": {
"type": "ghtar",
"repo": "libuv/libuv",