vcpkg/ports/libspatialite/vcpkg.json
Kai Pastor 4584197cb0
[libspatialite] Revise portfile and update to 5.0.1 (#20445)
* Modernize portfile

* Update indentation

* Update to 5.0.1

* Don't enable legacy PROJ API on Windows

* Fix copyright

* Update versions

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-05 16:22:00 -07:00

17 lines
406 B
JSON

{
"name": "libspatialite",
"version": "5.0.1",
"description": "SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.",
"homepage": "https://www.gaia-gis.it/gaia-sins/libspatialite-sources",
"dependencies": [
"freexl",
"geos",
"libiconv",
"librttopo",
"libxml2",
"proj4",
"sqlite3",
"zlib"
]
}