[conjure-enum] new port (#40005)

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
This commit is contained in:
Nick D'Ademo 2024-07-23 13:29:26 +08:00 committed by GitHub
parent 7476e399b0
commit 197043d9b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fix8mt/conjure_enum
REF "v${VERSION}"
SHA512 b9054a62ba10dd7b27b0fa6d2fd6a0c03eaea0f39fc0ba954e12351face02969fccd393278a9e29fa3f8af52b285b16e5ca6d0bc00a05a6ad08d7482bc1c587c
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/include/fix8/conjure_enum.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,7 @@
{
"name": "conjure-enum",
"version": "1.0.1",
"description": "Lightweight header-only C++20 enum and typename reflection.",
"homepage": "https://github.com/fix8mt/conjure_enum",
"license": "MIT"
}

View File

@ -1820,6 +1820,10 @@
"baseline": "4.0.3",
"port-version": 0
},
"conjure-enum": {
"baseline": "1.0.1",
"port-version": 0
},
"console-bridge": {
"baseline": "1.0.2",
"port-version": 0

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "78574a0113c4bcf9bad05d2fcef406d0bc1d0891",
"version": "1.0.1",
"port-version": 0
}
]
}