diff options
Diffstat (limited to 'vcpkg/ports/fameta-counter')
| -rw-r--r-- | vcpkg/ports/fameta-counter/portfile.cmake | 11 | ||||
| -rw-r--r-- | vcpkg/ports/fameta-counter/vcpkg.json | 7 |
2 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/fameta-counter/portfile.cmake b/vcpkg/ports/fameta-counter/portfile.cmake new file mode 100644 index 0000000..60e2dca --- /dev/null +++ b/vcpkg/ports/fameta-counter/portfile.cmake @@ -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")
diff --git a/vcpkg/ports/fameta-counter/vcpkg.json b/vcpkg/ports/fameta-counter/vcpkg.json new file mode 100644 index 0000000..6bb4874 --- /dev/null +++ b/vcpkg/ports/fameta-counter/vcpkg.json @@ -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" +} |