mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[conjure-enum] new port (#40005)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
This commit is contained in:
parent
7476e399b0
commit
197043d9b0
11
ports/conjure-enum/portfile.cmake
Normal file
11
ports/conjure-enum/portfile.cmake
Normal 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")
|
7
ports/conjure-enum/vcpkg.json
Normal file
7
ports/conjure-enum/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
|
||||
|
9
versions/c-/conjure-enum.json
Normal file
9
versions/c-/conjure-enum.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "78574a0113c4bcf9bad05d2fcef406d0bc1d0891",
|
||||
"version": "1.0.1",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user