diff options
Diffstat (limited to 'ports/mapbox-variant')
| -rw-r--r-- | ports/mapbox-variant/CONTROL | 3 | ||||
| -rw-r--r-- | ports/mapbox-variant/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/mapbox-variant/CONTROL b/ports/mapbox-variant/CONTROL deleted file mode 100644 index 5b3aaafef..000000000 --- a/ports/mapbox-variant/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: mapbox-variant
-Version: 1.2.0 -Description: C++11/C++14 Variant
diff --git a/ports/mapbox-variant/vcpkg.json b/ports/mapbox-variant/vcpkg.json new file mode 100644 index 000000000..91f0b61ec --- /dev/null +++ b/ports/mapbox-variant/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "mapbox-variant", + "version-string": "1.2.0", + "port-version": 1, + "description": "C++11/C++14 Variant" +} |
