aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/getopt-win32/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/getopt-win32/vcpkg.json')
-rw-r--r--vcpkg/ports/getopt-win32/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/getopt-win32/vcpkg.json b/vcpkg/ports/getopt-win32/vcpkg.json
new file mode 100644
index 0000000..7429396
--- /dev/null
+++ b/vcpkg/ports/getopt-win32/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "getopt-win32",
+ "version": "1.1.0.20220925",
+ "description": "An implementation of getopt.",
+ "homepage": "https://www.codeproject.com/Articles/157001/Full-getopt-Port-for-Unicode-and-Multibyte-Microso/",
+ "license": "LGPL-3.0-only",
+ "supports": "windows & !mingw",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}