vcpkg/ports/readline-unix/vcpkg.json
Jack·Boos·Yu b68f3cc7ec
[vcpkg baseline][urho3d] Fix dependency readline (#22321)
* [vcpkg baseline][urho3d] Fix dependency readline-osx

* format manifest

* version

* Add port readline-unix, convert build type to makefile, set readline-osx as a empty package

* version

* change dependency to readline-unix on non-Windows

* version

* Update ports/readline-unix/vcpkg.json

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2022-01-04 19:57:18 -08:00

7 lines
132 B
JSON

{
"name": "readline-unix",
"version": "8.1",
"description": "Implementation of readline for unix",
"supports": "!windows"
}