vcpkg/ports/ncurses/vcpkg.json
Frank 0d239eb4d3
[ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names (#28312)
* [ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names

* add version

* support mingw

* version

* not mingw

* version
2023-01-04 14:49:02 -08:00

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"
}