aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/azure-storage-files-shares-cpp/CONTROL6
-rw-r--r--ports/azure-storage-files-shares-cpp/portfile.cmake20
2 files changed, 26 insertions, 0 deletions
diff --git a/ports/azure-storage-files-shares-cpp/CONTROL b/ports/azure-storage-files-shares-cpp/CONTROL
new file mode 100644
index 000000000..ab7a0c8ba
--- /dev/null
+++ b/ports/azure-storage-files-shares-cpp/CONTROL
@@ -0,0 +1,6 @@
+Source: azure-storage-files-shares-cpp
+Version: 12.0.0-beta.7
+Build-Depends: azure-storage-common-cpp
+Description: Microsoft Azure Storage Files Shares SDK for C++
+ This library provides Azure Storage Files Shares SDK.
+Homepage: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/storage/azure-storage-files-shares
diff --git a/ports/azure-storage-files-shares-cpp/portfile.cmake b/ports/azure-storage-files-shares-cpp/portfile.cmake
new file mode 100644
index 000000000..149d324fc
--- /dev/null
+++ b/ports/azure-storage-files-shares-cpp/portfile.cmake
@@ -0,0 +1,20 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO Azure/azure-sdk-for-cpp
+ REF azure-storage-files-shares_12.0.0-beta.7
+ SHA512 77238977df087b026eaf87a0728e198a8c6989e856ba805f3710bfab34c8255e7374e0d89fb21d4fd23f3ae229c4b854f59f13bcae73cf0eb15ecca5c7fbe80e
+)
+
+vcpkg_configure_cmake(
+ SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-files-shares/
+ PREFER_NINJA
+ OPTIONS
+ -DWARNINGS_AS_ERRORS=OFF
+)
+
+vcpkg_install_cmake()
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
+vcpkg_fixup_cmake_targets()
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
+vcpkg_copy_pdbs()
+