diff options
Diffstat (limited to 'vcpkg/ports/spatialite-tools/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/spatialite-tools/vcpkg.json | 39 |
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" + } + ] +} |