vcpkg/ports/getopt-win32/vcpkg.json
tdcosta100 5771eef70b
[getopt-win32] Missing include directory in package (#28367)
* [getopt-win32] Missing include directory in package

* [getopt-win32] Update port version
2022-12-20 09:21:39 -08:00

20 lines
402 B
JSON

{
"name": "getopt-win32",
"version": "0.1",
"port-version": 6,
"description": "An implementation of getopt.",
"homepage": "https://github.com/libimobiledevice-win32/getopt",
"license": "LGPL-3.0-only",
"supports": "windows & !mingw",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}