aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libspatialite/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libspatialite/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libspatialite/vcpkg.json')
-rw-r--r--vcpkg/ports/libspatialite/vcpkg.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/vcpkg/ports/libspatialite/vcpkg.json b/vcpkg/ports/libspatialite/vcpkg.json
new file mode 100644
index 0000000..2a12c83
--- /dev/null
+++ b/vcpkg/ports/libspatialite/vcpkg.json
@@ -0,0 +1,55 @@
+{
+ "name": "libspatialite",
+ "version": "5.1.0",
+ "port-version": 5,
+ "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/fossil/libspatialite/index",
+ "license": null,
+ "supports": "!uwp",
+ "dependencies": [
+ "geos",
+ "libiconv",
+ {
+ "name": "libxml2",
+ "default-features": false
+ },
+ "proj",
+ {
+ "name": "sqlite3",
+ "default-features": false,
+ "features": [
+ "rtree"
+ ]
+ },
+ {
+ "name": "vcpkg-make",
+ "host": true,
+ "platform": "!windows | mingw"
+ },
+ {
+ "name": "vcpkg-pkgconfig-get-modules",
+ "host": true
+ },
+ "zlib"
+ ],
+ "default-features": [
+ "freexl"
+ ],
+ "features": {
+ "freexl": {
+ "description": "FreeXL spreadsheet file support.",
+ "dependencies": [
+ "freexl"
+ ]
+ },
+ "gcp": {
+ "description": "Ground control points support. This feature reduces the license options to GPLv2+."
+ },
+ "rttopo": {
+ "description": "RTTOPO support. This feature reduces the license options to GPLv2+.",
+ "dependencies": [
+ "librttopo"
+ ]
+ }
+ }
+}