aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-container-hash
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/boost-container-hash')
-rw-r--r--vcpkg/ports/boost-container-hash/portfile.cmake15
-rw-r--r--vcpkg/ports/boost-container-hash/vcpkg.json30
2 files changed, 45 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-container-hash/portfile.cmake b/vcpkg/ports/boost-container-hash/portfile.cmake
new file mode 100644
index 0000000..5af819b
--- /dev/null
+++ b/vcpkg/ports/boost-container-hash/portfile.cmake
@@ -0,0 +1,15 @@
+# Automatically generated by scripts/boost/generate-ports.ps1
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/container_hash
+ REF boost-${VERSION}
+ SHA512 bf2e3280a421665ad6081340024abc2473a3e5cc38eb308a4afb5815cb47d9fb4b622760be4b3f61bf8ff4344f81168b65b21946629370c2883082a4db05e0ef
+ HEAD_REF master
+)
+
+set(FEATURE_OPTIONS "")
+boost_configure_and_install(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS ${FEATURE_OPTIONS}
+)
diff --git a/vcpkg/ports/boost-container-hash/vcpkg.json b/vcpkg/ports/boost-container-hash/vcpkg.json
new file mode 100644
index 0000000..02b4671
--- /dev/null
+++ b/vcpkg/ports/boost-container-hash/vcpkg.json
@@ -0,0 +1,30 @@
+{
+ "$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
+ "name": "boost-container-hash",
+ "version": "1.89.0",
+ "description": "Boost container_hash module",
+ "homepage": "https://www.boost.org/libs/container_hash",
+ "license": "BSL-1.0",
+ "dependencies": [
+ {
+ "name": "boost-cmake",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-config",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-describe",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-headers",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-mp11",
+ "version>=": "1.89.0"
+ }
+ ]
+}