mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:29:07 +08:00
03ecabfe1a
* [vcpkg baseline] Fix ncurses linux build * version * fix homepage * version * [libgnutls] Fix build on Linux * version * [pcapplusplus] Re-factory build system, use cmake instead. * version * version * Update ports/ncurses/vcpkg.json * Update versions/n-/ncurses.json
10 lines
265 B
JSON
10 lines
265 B
JSON
{
|
|
"name": "ncurses",
|
|
"version": "6.3",
|
|
"port-version": 1,
|
|
"description": "free software emulation of curses in System V Release 4.0",
|
|
"homepage": "https://invisible-island.net/ncurses/announce.html",
|
|
"license": "MIT",
|
|
"supports": "!windows | mingw"
|
|
}
|