early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

10
externals/vcpkg/ports/clara/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,10 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO philsquared/Clara
REF v1.1.5
SHA512 10aed7452eaf95c785899086118181615d29496d9f6e5b7054005b565afb642fcdf18b87ebb2dae4e9e365c434be9463c1a5d1a4c4ab17b95a87b89a7f7e3b08
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/single_include/clara.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/single_include/clara.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/share/clara RENAME copyright)
vcpkg_copy_pdbs()

7
externals/vcpkg/ports/clara/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,7 @@
{
"name": "clara",
"version-string": "1.1.5",
"port-version": 1,
"description": "A simple to use command line parser for C++",
"homepage": "https://github.com/philsquared/Clara"
}