aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-json
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2020-12-24 04:16:42 +0300
committerGitHub <noreply@github.com>2020-12-23 17:16:42 -0800
commitf2c91b2d897ebbc7f4531ed46e6a650a582a92ff (patch)
tree4f4a8e74c65a534e9927a3983ac30e0db5d56319 /ports/boost-json
parent6654632423844b0ff5441a6a99b4ae0ae259928f (diff)
downloadvcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.tar.gz
vcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.zip
[boost] update to 1.75.0 (#15090)
Diffstat (limited to 'ports/boost-json')
-rw-r--r--ports/boost-json/CONTROL6
-rw-r--r--ports/boost-json/portfile.cmake12
2 files changed, 18 insertions, 0 deletions
diff --git a/ports/boost-json/CONTROL b/ports/boost-json/CONTROL
new file mode 100644
index 000000000..21423c40b
--- /dev/null
+++ b/ports/boost-json/CONTROL
@@ -0,0 +1,6 @@
+# Automatically generated by scripts/boost/generate-ports.ps1
+Source: boost-json
+Version: 1.75.0
+Build-Depends: boost-align, boost-assert, boost-config, boost-container, boost-exception, boost-system, boost-throw-exception, boost-utility, boost-vcpkg-helpers
+Homepage: https://github.com/boostorg/json
+Description: Boost json module
diff --git a/ports/boost-json/portfile.cmake b/ports/boost-json/portfile.cmake
new file mode 100644
index 000000000..8a91cd6ca
--- /dev/null
+++ b/ports/boost-json/portfile.cmake
@@ -0,0 +1,12 @@
+# Automatically generated by scripts/boost/generate-ports.ps1
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/json
+ REF boost-1.75.0
+ SHA512 887a8758d247eb76b41526107e4006de7d18f107afc9692d95eb2ba7beb9cfa6d5f2e721523a8d4530aec38bd1f6eb0f6364aa05b5bf95f5428f4c9fa3d24b7c
+ HEAD_REF master
+)
+
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
+boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})