diff options
Diffstat (limited to 'vcpkg/ports/boost-ratio')
| -rw-r--r-- | vcpkg/ports/boost-ratio/portfile.cmake | 15 | ||||
| -rw-r--r-- | vcpkg/ports/boost-ratio/vcpkg.json | 22 |
2 files changed, 37 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-ratio/portfile.cmake b/vcpkg/ports/boost-ratio/portfile.cmake new file mode 100644 index 0000000..e736a5e --- /dev/null +++ b/vcpkg/ports/boost-ratio/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/ratio + REF boost-${VERSION} + SHA512 2ba6370f4148f6ef98d0961f267425327c80c51f8f02576a8463789023a67eb3ca69efac51c4c38919b598d167f36a70658569e3245c2b6ffca4b538ade0c0f3 + HEAD_REF master +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) diff --git a/vcpkg/ports/boost-ratio/vcpkg.json b/vcpkg/ports/boost-ratio/vcpkg.json new file mode 100644 index 0000000..39098ee --- /dev/null +++ b/vcpkg/ports/boost-ratio/vcpkg.json @@ -0,0 +1,22 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-ratio", + "version": "1.89.0", + "description": "Boost ratio module", + "homepage": "https://www.boost.org/libs/ratio", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.89.0" + }, + { + "name": "boost-config", + "version>=": "1.89.0" + }, + { + "name": "boost-headers", + "version>=": "1.89.0" + } + ] +} |