vcpkg/ports/shapelib/vcpkg.json
2021-11-05 13:02:58 -07:00

18 lines
377 B
JSON

{
"name": "shapelib",
"version-string": "1.5.0",
"port-version": 2,
"description": "Shapefile C Library is simple C API for reading and writing ESRI Shapefiles",
"homepage": "https://download.osgeo.org/shapelib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}