vcpkg/ports/readline-win32/vcpkg.json
Weihang Ding 9561b275c6
[readline-win32] Fix windows static linking (#33892)
* [readline-win32] Fix windows static linking

* Update version database
2023-09-20 10:29:21 -07:00

20 lines
409 B
JSON

{
"name": "readline-win32",
"version": "5.0",
"port-version": 7,
"description": "Implementation of readline for Windows Desktop",
"homepage": "https://github.com/xiaozhuai/readline-win32",
"license": "GPL-2.0",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}