vcpkg/ports/ncurses/vcpkg.json
Kai Pastor cb32d75064
[ncurses] Update to 6.4 (#29129)
* [ncurses] Update to 6.4

* Adopt new pkgconfig dir option

Fixes native mingw builds.
2023-01-23 16:05:18 -08:00

9 lines
254 B
JSON

{
"name": "ncurses",
"version": "6.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"
}