vcpkg/ports/libgeotiff/vcpkg.json

38 lines
757 B
JSON

{
"name": "libgeotiff",
"version": "1.7.1",
"port-version": 3,
"description": "Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.",
"homepage": "https://github.com/OSGeo/libgeotiff",
"license": "MIT",
"dependencies": [
{
"name": "proj",
"default-features": false,
"features": [
"tiff"
]
},
{
"name": "tiff",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Install libgeotiff utility programs",
"dependencies": [
"libjpeg-turbo"
]
}
}
}