From a5b5df577d78d5e40f1c06a64bafd004331c47e7 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 14 Apr 2021 17:57:11 +0000 Subject: [PATCH] Daily vcpkg ports for template --- ports/azure-template-cpp/CONTROL | 7 +++++++ ports/azure-template-cpp/portfile.cmake | 19 +++++++++++++++++++ versions/a-/azure-template-cpp.json | 9 +++++++++ versions/baseline.json | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 ports/azure-template-cpp/CONTROL create mode 100644 ports/azure-template-cpp/portfile.cmake create mode 100644 versions/a-/azure-template-cpp.json diff --git a/ports/azure-template-cpp/CONTROL b/ports/azure-template-cpp/CONTROL new file mode 100644 index 00000000000000..46f39e37063740 --- /dev/null +++ b/ports/azure-template-cpp/CONTROL @@ -0,0 +1,7 @@ +Source: azure-template-cpp +Version: 1.0.0-beta.842360 +Build-Depends: azure-core-cpp +Description: Microsoft Azure Template SDK for C++ + This is a template library meant to illustrate initial client library development process for Azure SDK. + It is not meant to be published to vcpkg. +Homepage: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/template/azure-template diff --git a/ports/azure-template-cpp/portfile.cmake b/ports/azure-template-cpp/portfile.cmake new file mode 100644 index 00000000000000..3905e7f1172f4a --- /dev/null +++ b/ports/azure-template-cpp/portfile.cmake @@ -0,0 +1,19 @@ +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO Azure/azure-sdk-for-cpp + REF c297b63b9b6e80a54e9429e85152805a6ecf7b64 + SHA512 70360338b2e63c2c7625d33d9e223622b576ab596d0c81e1792a8c1ef1f28ed5929179ed6747ef310962c1c5c51d9bccc2aed7e368648a9914e4f6ad6608e0ee +) + +vcpkg_configure_cmake( + SOURCE_PATH ${SOURCE_PATH}/sdk/template/azure-template/ + 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() diff --git a/versions/a-/azure-template-cpp.json b/versions/a-/azure-template-cpp.json new file mode 100644 index 00000000000000..5c000d1af8cea0 --- /dev/null +++ b/versions/a-/azure-template-cpp.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "c99c8586be45684c9817ebf2cf094f92534bee53", + "version-string": "1.0.0-beta.842360", + "port-version": 0 + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 47baee97a7a85c..af7b7b043cecd8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -284,6 +284,10 @@ "baseline": "12.0.0-beta.10", "port-version": 0 }, + "azure-template-cpp": { + "baseline": "1.0.0-beta.842360", + "port-version": 0 + }, "azure-uamqp-c": { "baseline": "2020-12-09", "port-version": 0