diff options
Diffstat (limited to 'vcpkg/ports/libhdfs3/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libhdfs3/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/libhdfs3/vcpkg.json b/vcpkg/ports/libhdfs3/vcpkg.json new file mode 100644 index 0000000..0a8e190 --- /dev/null +++ b/vcpkg/ports/libhdfs3/vcpkg.json @@ -0,0 +1,25 @@ +{ + "name": "libhdfs3", + "version-date": "2019-11-05", + "port-version": 6, + "description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation", + "homepage": "https://github.com/erikmuttersbach/libhdfs3", + "supports": "!windows", + "dependencies": [ + "boost-atomic", + "boost-chrono", + "boost-iostreams", + "boost-system", + "boost-thread", + { + "name": "libuuid", + "platform": "!windows & !osx" + }, + "libxml2", + "protobuf", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |