mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 00:49:20 +08:00
cb7d3b4999
* [libuv] Update to 1.45.0 * [libuv] Update all consuming ports * [libuv] Update versions * resolve port SHA * Add port-version * update version * revert usockets.json --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
30 lines
565 B
JSON
30 lines
565 B
JSON
{
|
|
"name": "cmake",
|
|
"version": "3.22.2",
|
|
"port-version": 4,
|
|
"description": "CMake is an open-source, cross-platform family of tools designed to build, test and package software.",
|
|
"homepage": "https://cmake.org/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"curl",
|
|
"expat",
|
|
"jsoncpp",
|
|
"libarchive",
|
|
"liblzma",
|
|
"libuv",
|
|
{
|
|
"name": "ncurses",
|
|
"platform": "!(windows | uwp)"
|
|
},
|
|
"nghttp2",
|
|
"qtbase",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|