diff options
Diffstat (limited to 'vcpkg/ports/pdcurses/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pdcurses/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/pdcurses/vcpkg.json b/vcpkg/ports/pdcurses/vcpkg.json new file mode 100644 index 0000000..f4ef141 --- /dev/null +++ b/vcpkg/ports/pdcurses/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "pdcurses", + "version": "3.9", + "port-version": 7, + "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" +} |