[utf8proc] no absolute paths (#25342)

This commit is contained in:
autoantwort 2022-06-21 22:39:06 +02:00 committed by GitHub
parent 8a4f87c535
commit f2e9a1f243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -30,4 +30,6 @@ else()
endif()
file(WRITE "${CURRENT_PACKAGES_DIR}/include/utf8proc.h" "${UTF8PROC_H}")
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,7 @@
{
"name": "utf8proc",
"version": "2.7.0",
"port-version": 1,
"description": "Clean C library for processing UTF-8 Unicode data.",
"homepage": "https://github.com/JuliaLang/utf8proc",
"license": "MIT",

View File

@ -7322,7 +7322,7 @@
},
"utf8proc": {
"baseline": "2.7.0",
"port-version": 0
"port-version": 1
},
"utfcpp": {
"baseline": "3.2.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9d0c3ece179c9fc0e59c5573b91bc23ff3124c37",
"version": "2.7.0",
"port-version": 1
},
{
"git-tree": "e50e6a4b5de0d3eab7fe13920d1358b83230fd36",
"version": "2.7.0",