aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spatialite-tools/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/spatialite-tools/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/spatialite-tools/vcpkg.json')
-rw-r--r--vcpkg/ports/spatialite-tools/vcpkg.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/spatialite-tools/vcpkg.json b/vcpkg/ports/spatialite-tools/vcpkg.json
new file mode 100644
index 0000000..dc163f0
--- /dev/null
+++ b/vcpkg/ports/spatialite-tools/vcpkg.json
@@ -0,0 +1,39 @@
+{
+ "name": "spatialite-tools",
+ "version": "5.1.0-a",
+ "port-version": 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",
+ "license": "GPL-3.0-or-later",
+ "supports": "!uwp & !xbox",
+ "dependencies": [
+ "expat",
+ "libiconv",
+ {
+ "name": "libspatialite",
+ "features": [
+ "gcp",
+ "rttopo"
+ ]
+ },
+ {
+ "name": "libxml2",
+ "default-features": false
+ },
+ "readosm",
+ {
+ "name": "sqlite3",
+ "host": true
+ },
+ {
+ "name": "vcpkg-make",
+ "host": true,
+ "platform": "!windows | mingw"
+ },
+ {
+ "name": "vcpkg-pkgconfig-get-modules",
+ "host": true,
+ "platform": "windows & !mingw"
+ }
+ ]
+}