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

View File

@@ -0,0 +1,20 @@
#header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO svgpp/rapidxml_ns
REF v1.13.2
SHA512 72cdd7e728471e8903ce64470f5172abe7f2300d4d115b3a27b4d4ffb3c20e59aefb9b23c535e37baa3f53c9125aa2932d6fa9ba24e658151e1c9b12f959523a
HEAD_REF master
)
# Handle copyright
file(COPY ${SOURCE_PATH}/license.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/rapidxml-ns)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/rapidxml-ns/license.txt ${CURRENT_PACKAGES_DIR}/share/rapidxml-ns/copyright)
# Copy the header files
file(INSTALL
${SOURCE_PATH}/rapidxml_ns.hpp
${SOURCE_PATH}/rapidxml_ns_print.hpp
${SOURCE_PATH}/rapidxml_ns_utils.hpp
DESTINATION
${CURRENT_PACKAGES_DIR}/include/rapidxml-ns)

View File

@@ -0,0 +1,6 @@
{
"name": "rapidxml-ns",
"version-string": "1.13.2",
"port-version": 1,
"description": "RapidXML with added XML namespaces support."
}