diff options
Diffstat (limited to 'ports/argtable2')
| -rw-r--r-- | ports/argtable2/CONTROL | 6 | ||||
| -rw-r--r-- | ports/argtable2/vcpkg.json | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ports/argtable2/CONTROL b/ports/argtable2/CONTROL deleted file mode 100644 index 6364d396a..000000000 --- a/ports/argtable2/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: argtable2 -Version: 2.13 -Port-Version: 8 -Homepage: http://argtable.sourceforge.net -Description: Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss. -Supports: !uwp
\ No newline at end of file diff --git a/ports/argtable2/vcpkg.json b/ports/argtable2/vcpkg.json new file mode 100644 index 000000000..54431fc62 --- /dev/null +++ b/ports/argtable2/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "argtable2", + "version-string": "2.13", + "port-version": 9, + "description": "Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss.", + "homepage": "http://argtable.sourceforge.net", + "supports": "!uwp" +} |
