diff options
Diffstat (limited to 'vcpkg/ports/replxx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/replxx/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/replxx/vcpkg.json b/vcpkg/ports/replxx/vcpkg.json new file mode 100644 index 0000000..e82e013 --- /dev/null +++ b/vcpkg/ports/replxx/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "replxx", + "version": "0.0.4", + "port-version": 1, + "description": "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.", + "homepage": "https://github.com/AmokHuginnsson/replxx", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |