vcpkg/ports/spatialite-tools/vcpkg.json
Kai Pastor 4c9b301c9e
[spatialite-tools] Revise and update to 5.0.1 (#21594)
* Revise portfile and patch

* Install pc file for windows

* Update versions

* Remove readosm failure from CI baseline

* Revise dependencies based on #include, use pkgconfig

* Revise portfile

* Update to 5.0.1

* Update versions

* Fix release-only nmake build

* Update versions
2021-12-06 17:58:47 -08:00

25 lines
549 B
JSON

{
"name": "spatialite-tools",
"version-string": "5.0.1",
"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",
"dependencies": [
"expat",
"libiconv",
{
"name": "libspatialite",
"features": [
"gcp",
"rttopo"
]
},
"libxml2",
"readosm",
"sqlite3",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
}
]
}