mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
044f9b891f
* [new port] minio-cpp v0.0.1
* fix with vcpkg x-add-version --all
* Update version database
* fix deprecated functions
* Update version database
* Update ports/minio-cpp/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* minio-cpp:x64-osx=fail
* Update version database
* add patch file
* Update version database
* Revert "minio-cpp:x64-osx=fail"
This reverts commit e296a672f5
.
* we still want to install pkgconfig file
* fix version
Co-authored-by: xuan.guo@atomdatatech.com <xuan.guo@atomdatatech.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
20 lines
357 B
JSON
20 lines
357 B
JSON
{
|
|
"name": "minio-cpp",
|
|
"version-date": "2022-01-03",
|
|
"description": "MinIO C++ Client SDK for Amazon S3 Compatible Cloud Storage",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"curlpp",
|
|
"openssl",
|
|
"pugixml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|