vcpkg/ports/winpty/vcpkg.json
Vitaly 25e49b72bc
[winpty, ptyqt] Added ptyqt and winpty ports (#21440)
* Added ptyqt and winpty ports

* Fix part of issues

* Build fixes for Windows

* PR suggestions

* Update versions

* Update CI Baseline

* Fix PR review suggestions

* fix version

* Fix baseline and versions

* Adjust winpty patch

* Versions updated
2021-11-18 20:48:58 -08:00

17 lines
387 B
JSON

{
"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
}
]
}