[bext-sml] Adding new port of boost::sml (#20851)

* [bext-sml] Adding new port

* [bext-sml] Running x-add-version
This commit is contained in:
misirlou-tg 2021-10-27 00:54:57 -05:00 committed by GitHub
parent d830a75c99
commit 3a733fffe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boost-ext/sml
REF v1.1.4
SHA512 0ded162e5d9d7cc9d8769fd9131d7a5cfc98187c8e9d98393eda9e0804c282e510707de38fe7229d2fe16aea70c9a8e300f14e992fff3ddedd0fa1b6a66ab1ba
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/include/boost/sml.hpp"
DESTINATION "${CURRENT_PACKAGES_DIR}/include/boost"
)
# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -0,0 +1,6 @@
{
"name": "bext-sml",
"version": "1.1.4",
"description": "Your scalable C++14 one header only State Machine Library with no dependencies",
"homepage": "https://github.com/boost-ext/sml"
}

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "5e5941cb1ecd7988a9f52c1ace73823a4a20743c",
"version": "1.1.4",
"port-version": 0
}
]
}

View File

@ -428,6 +428,10 @@
"baseline": "1.2.0",
"port-version": 0
},
"bext-sml": {
"baseline": "1.1.4",
"port-version": 0
},
"bext-ut": {
"baseline": "1.1.8",
"port-version": 0