vcpkg/ports/pdcurses/vcpkg.json
Mengna Li f5ab3f86a8
[pdcurses] fix incorrect link behavior (#32252)
* fix incorrect link behavior

* update
2023-06-27 12:42:46 -07:00

10 lines
285 B
JSON

{
"name": "pdcurses",
"version": "3.9",
"port-version": 6,
"description": "Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model.",
"homepage": "https://pdcurses.org/",
"license": null,
"supports": "windows & !uwp & !mingw"
}