vcpkg/scripts/test_ports/cmake/vcpkg.json
Adam Johnson cc726b6a6d
[ncurses] Add new port (#17226)
* [ncurses] Add new port.

* x-add-version

* Test ncurses port against CMake.
2021-04-30 11:12:25 -07:00

28 lines
535 B
JSON

{
"name": "cmake",
"version-string": "3.20.0",
"description": "CMake is an open-source, cross-platform family of tools designed to build, test and package software.",
"homepage": "https://cmake.org/",
"dependencies": [
"bzip2",
"curl",
"expat",
"jsoncpp",
"libarchive",
"liblzma",
"libuv",
{
"name": "ncurses",
"platform": "!(windows | uwp)"
},
"nghttp2",
"qt5-base",
{
"name": "qt5-winextras",
"platform": "windows"
},
"zlib",
"zstd"
]
}