mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 01:49:02 +08:00
b68f3cc7ec
* [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>
7 lines
132 B
JSON
7 lines
132 B
JSON
{
|
|
"name": "readline-unix",
|
|
"version": "8.1",
|
|
"description": "Implementation of readline for unix",
|
|
"supports": "!windows"
|
|
}
|