diff options
Diffstat (limited to 'vcpkg/ports/getopt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/getopt/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/getopt/vcpkg.json b/vcpkg/ports/getopt/vcpkg.json new file mode 100644 index 0000000..3c36900 --- /dev/null +++ b/vcpkg/ports/getopt/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "getopt", + "version": "0", + "port-version": 3, + "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" + } + ] +} |