mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 05:49:03 +08:00
0d239eb4d3
* [ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names * add version * support mingw * version * not mingw * version
10 lines
275 B
JSON
10 lines
275 B
JSON
{
|
|
"name": "ncurses",
|
|
"version": "6.3",
|
|
"port-version": 4,
|
|
"description": "Free software emulation of curses in System V Release 4.0, and more",
|
|
"homepage": "https://invisible-island.net/ncurses/announce.html",
|
|
"license": "MIT",
|
|
"supports": "!windows | mingw"
|
|
}
|