vcpkg/ports/getopt/vcpkg.json
Dimitrij Mijoski 261ca0dd4d
Fix builing nuspell[tools] on Mingw (#24715)
* Fix builing nuspell[tools] on Mingw

* x-add-version

* metadata

* x-add-version
2022-05-18 02:30:36 -07:00

14 lines
334 B
JSON

{
"name": "getopt",
"version-string": "0",
"port-version": 2,
"description": "The getopt and getopt_long functions automate some of the chore involved in parsing typical unix command line options.",
"supports": "!uwp",
"dependencies": [
{
"name": "getopt-win32",
"platform": "windows & !mingw"
}
]
}