aboutsummaryrefslogtreecommitdiff
path: root/ports/readosm
diff options
context:
space:
mode:
Diffstat (limited to 'ports/readosm')
-rw-r--r--ports/readosm/CONTROL5
-rw-r--r--ports/readosm/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/readosm/CONTROL b/ports/readosm/CONTROL
deleted file mode 100644
index 686cc22c9..000000000
--- a/ports/readosm/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: readosm
-Version: 1.1.0a
-Homepage: https://www.gaia-gis.it/gaia-sins/readosm-sources
-Description: ReadOSM is an open source library to extract valid data from within an Open Street Map input file (.osm or .osm.pbf)
-Build-Depends: expat, zlib \ No newline at end of file
diff --git a/ports/readosm/vcpkg.json b/ports/readosm/vcpkg.json
new file mode 100644
index 000000000..f76990a8c
--- /dev/null
+++ b/ports/readosm/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "readosm",
+ "version-string": "1.1.0a",
+ "port-version": 1,
+ "description": "ReadOSM is an open source library to extract valid data from within an Open Street Map input file (.osm or .osm.pbf)",
+ "homepage": "https://www.gaia-gis.it/gaia-sins/readosm-sources",
+ "dependencies": [
+ "expat",
+ "zlib"
+ ]
+}