pineapple-src/externals/vcpkg/ports/replxx/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
438 B
JSON
Executable file

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