diff options
Diffstat (limited to 'vcpkg/ports/kealib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kealib/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/kealib/vcpkg.json b/vcpkg/ports/kealib/vcpkg.json new file mode 100644 index 0000000..8d42267 --- /dev/null +++ b/vcpkg/ports/kealib/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "kealib", + "version": "1.6.2", + "description": "KEALib provides an implementation of the GDAL data model using HDF5.", + "homepage": "https://github.com/ubarsc/kealib", + "license": "MIT", + "dependencies": [ + { + "name": "hdf5", + "features": [ + "cpp" + ] + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |