mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 13:48:02 +08:00
[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:
parent
d830a75c99
commit
3a733fffe0
15
ports/bext-sml/portfile.cmake
Normal file
15
ports/bext-sml/portfile.cmake
Normal 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)
|
6
ports/bext-sml/vcpkg.json
Normal file
6
ports/bext-sml/vcpkg.json
Normal 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"
|
||||
}
|
9
versions/b-/bext-sml.json
Normal file
9
versions/b-/bext-sml.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5e5941cb1ecd7988a9f52c1ace73823a4a20743c",
|
||||
"version": "1.1.4",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user