mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 16:10:08 +08:00
5771eef70b
* [getopt-win32] Missing include directory in package * [getopt-win32] Update port version
20 lines
402 B
JSON
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
|
|
}
|
|
]
|
|
}
|