vcpkg/ports/ncurses/vcpkg.json
Cheney Wang 0c1a8fea70
[ncurses] Add file(MAKE_DIRECTORY) to create the missing directories (#26690)
* [ncurses] Add dependence pkgconf

* Add MAKE_DIRECTORY
2022-09-08 11:36:51 -07:00

10 lines
265 B
JSON

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