aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-stl-interfaces
diff options
context:
space:
mode:
authorniclar <niclar80@gmail.com>2020-11-06 22:30:37 +0100
committerGitHub <noreply@github.com>2020-11-06 13:30:37 -0800
commit0e1252388d5353f031e177b2826bab98d6c2e21c (patch)
treebebed137e3ec460899eafda8710bedcd25526952 /ports/boost-stl-interfaces
parenteeeea96d9a944e58aad4db09cb372513e96d1ec8 (diff)
downloadvcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.tar.gz
vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.zip
[boost] Update to 1.74.0 (#14089)
Diffstat (limited to 'ports/boost-stl-interfaces')
-rw-r--r--ports/boost-stl-interfaces/CONTROL6
-rw-r--r--ports/boost-stl-interfaces/portfile.cmake12
2 files changed, 18 insertions, 0 deletions
diff --git a/ports/boost-stl-interfaces/CONTROL b/ports/boost-stl-interfaces/CONTROL
new file mode 100644
index 000000000..6698392ac
--- /dev/null
+++ b/ports/boost-stl-interfaces/CONTROL
@@ -0,0 +1,6 @@
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+Source: boost-stl-interfaces
+Version: 1.74.0
+Build-Depends: boost-assert, boost-config, boost-vcpkg-helpers
+Homepage: https://github.com/boostorg/stl_interfaces
+Description: Boost stl_interfaces module
diff --git a/ports/boost-stl-interfaces/portfile.cmake b/ports/boost-stl-interfaces/portfile.cmake
new file mode 100644
index 000000000..ee03b843e
--- /dev/null
+++ b/ports/boost-stl-interfaces/portfile.cmake
@@ -0,0 +1,12 @@
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/stl_interfaces
+ REF boost-1.74.0
+ SHA512 8d6b0f0fe0b16cc79d52dd899cf8973c8abeb9d1087110c3bade797021ff10420c2d0d959b9442bce7499f0f028d690ef5e5a70300607950d025df8e9ab637a4
+ HEAD_REF master
+)
+
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
+boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})