vcpkg/ports/shapelib/vcpkg.json
2024-08-17 02:06:43 -07:00

27 lines
566 B
JSON

{
"name": "shapelib",
"version": "1.6.1",
"description": "Shapefile C Library is simple C API for reading and writing ESRI Shapefiles",
"homepage": "https://download.osgeo.org/shapelib",
"license": "MIT OR LGPL-2.0-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"contrib": {
"description": "Build utilities from contrib",
"license": null
},
"tools": {
"description": "Build tools"
}
}
}