vcpkg/ports/shapelib/vcpkg.json
2023-12-28 00:06:40 -08:00

24 lines
511 B
JSON

{
"name": "shapelib",
"version": "1.6.0",
"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
}
}
}