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