vcpkg/ports/spatialite-tools/vcpkg.json
Kai Pastor 3e35cb0a15
[scripts|nmake] Add jom option, add language control (#27255)
* Add CL_LANGUAGE option

* Add PREFER_JOM option

* Append install target to targets, not options

* Update vcpkg_install_nmake

* Re-enable nmake UWP builds for C projects

* Use PREFER_JOM

* Update documentation

* Update versions

* Add license fields

* Update versions
2022-11-02 11:32:43 -07:00

27 lines
596 B
JSON

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