diff options
Diffstat (limited to 'vcpkg/ports/winpty/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/winpty/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/winpty/vcpkg.json b/vcpkg/ports/winpty/vcpkg.json new file mode 100644 index 0000000..dc22885 --- /dev/null +++ b/vcpkg/ports/winpty/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "winpty", + "version": "0.4.3", + "description": "winpty is a Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs", + "supports": "windows & !uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |