vcpkg/ports/ncurses/vcpkg.json
Kai Pastor a4013afe6d
[ncurses] Fix crossbuild (#27614)
* Fix cross-builds

* Update versions
2022-11-03 15:19:08 -07:00

10 lines
275 B
JSON

{
"name": "ncurses",
"version": "6.3",
"port-version": 3,
"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"
}