aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-lambda2
diff options
context:
space:
mode:
authorYury Bura <yurybura@gmail.com>2021-09-28 03:12:39 +0300
committerGitHub <noreply@github.com>2021-09-27 17:12:39 -0700
commitcc471dc0f59b7b2066d6172c2893419412327a7a (patch)
treeb3a496ff9a185c17bee8670454c34dd9879fa387 /ports/boost-lambda2
parent3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff)
downloadvcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz
vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-lambda2')
-rw-r--r--ports/boost-lambda2/portfile.cmake12
-rw-r--r--ports/boost-lambda2/vcpkg.json9
2 files changed, 21 insertions, 0 deletions
diff --git a/ports/boost-lambda2/portfile.cmake b/ports/boost-lambda2/portfile.cmake
new file mode 100644
index 000000000..a0c3f4023
--- /dev/null
+++ b/ports/boost-lambda2/portfile.cmake
@@ -0,0 +1,12 @@
+# Automatically generated by scripts/boost/generate-ports.ps1
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/lambda2
+ REF boost-1.77.0
+ SHA512 2402ba5967082199d5c07f7bd03be9072b76173414a69029157e24bb3f65628febda7b609a128920e3b0f4bbc4265d6e692b24c985d39869b26f32168884df96
+ HEAD_REF master
+)
+
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
+boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
diff --git a/ports/boost-lambda2/vcpkg.json b/ports/boost-lambda2/vcpkg.json
new file mode 100644
index 000000000..56067a693
--- /dev/null
+++ b/ports/boost-lambda2/vcpkg.json
@@ -0,0 +1,9 @@
+{
+ "name": "boost-lambda2",
+ "version": "1.77.0",
+ "description": "Boost lambda2 module",
+ "homepage": "https://github.com/boostorg/lambda2",
+ "dependencies": [
+ "boost-vcpkg-helpers"
+ ]
+}