diff options
Diffstat (limited to 'vcpkg/ports/readline/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/readline/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/readline/vcpkg.json b/vcpkg/ports/readline/vcpkg.json new file mode 100644 index 0000000..a021fe3 --- /dev/null +++ b/vcpkg/ports/readline/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "readline", + "version": "0", + "port-version": 5, + "description": "GNU readline and history libraries", + "supports": "!uwp", + "dependencies": [ + { + "name": "readline-unix", + "platform": "!windows" + }, + { + "name": "readline-win32", + "platform": "windows" + } + ] +} |