[fameta-counter] New port (#34066)

* Add fameta-counter port

* Format vcpkg.json

* Add version for fameta-counter

* Add quotes for paths

* Update version

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
This commit is contained in:
Pravila 2023-09-29 06:57:05 +01:00 committed by GitHub
parent 0161d4aca4
commit 01058501e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO falemagn/fameta-counter
REF 35f4421524b61eaa658c23e9c3667dc914df72fa
SHA512 624baa2646a4141a1b326910f567d8a4799b72ee4cf569497940a877be2f035a19cf9a709f3bb64be7055175bd72c698d3f82df5bd47996eacbe6bbc2f4a42cd
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/include/fameta/counter.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include/fameta-counter")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,7 @@
{
"name": "fameta-counter",
"version-date": "2021-02-13",
"description": "Compile time counter that works with all major modern compilers, compatible with C++11 and above.",
"homepage": "https://github.com/falemagn/fameta-counter",
"license": "Unlicense"
}

View File

@ -2452,6 +2452,10 @@
"baseline": "2.3.0",
"port-version": 0
},
"fameta-counter": {
"baseline": "2021-02-13",
"port-version": 0
},
"fann": {
"baseline": "2.2.0",
"port-version": 3

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "e830075f562957049cad7d3d3526e4707884ff0a",
"version-date": "2021-02-13",
"port-version": 0
}
]
}