aboutsummaryrefslogtreecommitdiff
path: root/ports/sparsehash
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sparsehash')
-rw-r--r--ports/sparsehash/CONTROL4
-rw-r--r--ports/sparsehash/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/sparsehash/CONTROL b/ports/sparsehash/CONTROL
deleted file mode 100644
index 04c1d756b..000000000
--- a/ports/sparsehash/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: sparsehash
-Version: 2.0.3
-Homepage: https://github.com/sparsehash/sparsehash
-Description: The sparsehash package consists of two hashtable implementations: sparse, which is designed to be very space efficient, and dense, which is designed to be very time efficient.
diff --git a/ports/sparsehash/vcpkg.json b/ports/sparsehash/vcpkg.json
new file mode 100644
index 000000000..697aa7b64
--- /dev/null
+++ b/ports/sparsehash/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "sparsehash",
+ "version-string": "2.0.3",
+ "port-version": 1,
+ "description": "The sparsehash package consists of two hashtable implementations: sparse, which is designed to be very space efficient, and dense, which is designed to be very time efficient.",
+ "homepage": "https://github.com/sparsehash/sparsehash"
+}