vcpkg/ports/spatialite-tools/vcpkg.json
Kai Pastor 38acea0c4c
[freexl,libspatialite,spatialite-tools] Update, [minizip] Enable DLL, [libkml] Update minizip import (#33044)
* [freexl] Update to 2.0.0

* Skip tests, examples

* [minizip] Build DLL

* [libspatialite] Update to 5.1.0

* Fix utf8 source

* [spatialite-tools] Update to 5.1.0a

* [libkml] Update minizip prefix

* [libkml] Fix all minizip names
2023-08-15 16:31:44 -07:00

32 lines
666 B
JSON

{
"name": "spatialite-tools",
"version": "5.1.0-a",
"description": "Contains spatialite.exe and other command line tools to work with SpatiaLite databases (import, export, SQL queries)",
"homepage": "https://www.gaia-gis.it/fossil/spatialite-tools/index",
"license": "GPL-3.0-or-later",
"supports": "!xbox",
"dependencies": [
"expat",
"libiconv",
{
"name": "libspatialite",
"features": [
"gcp",
"rttopo"
]
},
{
"name": "libxml2",
"features": [
"http"
]
},
"readosm",
"sqlite3",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
}
]
}