vcpkg/ports/minio-cpp/vcpkg.json
Samuel Marks 727bdba9a3
[inih] Upgrade from r51 to r56 (#25879)
* [ports/inih/{portfile.cmake,vcpkg.json}] Upgrade from r51 to r56

* [ports/inih] Upgrade to latest vcpkg recommendations

* [ports/inih/CMakeLists.txt] Export targets (following `ports/openctm/CMakeLists.txt` template)

* Thomas1664's nitpicks agreed on by BillyONeal.

* Fix vcpkg_cmake_config_fixup call and add usage.

* Hook up with_INIReader

* Version DB oops

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-08-18 17:15:25 -07:00

30 lines
592 B
JSON

{
"name": "minio-cpp",
"version": "0.1.1",
"port-version": 1,
"description": "The MinIO C++ Client SDK provides simple APIs to access any Amazon S3 compatible object storage",
"homepage": "https://github.com/minio/minio-cpp",
"license": "Apache-2.0",
"supports": "!windows & !uwp",
"dependencies": [
"curlpp",
{
"name": "inih",
"features": [
"cpp"
]
},
"nlohmann-json",
"openssl",
"pugixml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}