Skip to content

Commit

Permalink
[bext-sml] Adding new port of boost::sml (#20851)
Browse files Browse the repository at this point in the history
* [bext-sml] Adding new port

* [bext-sml] Running x-add-version
  • Loading branch information
misirlou-tg authored Oct 27, 2021
1 parent d830a75 commit 3a733ff
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ports/bext-sml/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 6 additions & 0 deletions ports/bext-sml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
9 changes: 9 additions & 0 deletions versions/b-/bext-sml.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "5e5941cb1ecd7988a9f52c1ace73823a4a20743c",
"version": "1.1.4",
"port-version": 0
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a733ff

Please sign in to comment.