mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[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:
parent
0161d4aca4
commit
01058501e8
11
ports/fameta-counter/portfile.cmake
Normal file
11
ports/fameta-counter/portfile.cmake
Normal 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")
|
7
ports/fameta-counter/vcpkg.json
Normal file
7
ports/fameta-counter/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
|
||||
|
9
versions/f-/fameta-counter.json
Normal file
9
versions/f-/fameta-counter.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e830075f562957049cad7d3d3526e4707884ff0a",
|
||||
"version-date": "2021-02-13",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user