diff options
Diffstat (limited to 'ports/gflags')
| -rw-r--r-- | ports/gflags/CONTROL | 6 | ||||
| -rw-r--r-- | ports/gflags/vcpkg.json | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ports/gflags/CONTROL b/ports/gflags/CONTROL deleted file mode 100644 index fec8eeb0f..000000000 --- a/ports/gflags/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: gflags -Version: 2.2.2 -Port-Version: 2 -Homepage: https://github.com/gflags/gflags -Description: A C++ library that implements commandline flags processing -Supports: !uwp
\ No newline at end of file diff --git a/ports/gflags/vcpkg.json b/ports/gflags/vcpkg.json new file mode 100644 index 000000000..695ab6a92 --- /dev/null +++ b/ports/gflags/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "gflags", + "version-string": "2.2.2", + "port-version": 3, + "description": "A C++ library that implements commandline flags processing", + "homepage": "https://github.com/gflags/gflags", + "supports": "!uwp" +} |
