mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[utf8proc] no absolute paths (#25342)
This commit is contained in:
parent
8a4f87c535
commit
f2e9a1f243
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -7322,7 +7322,7 @@
|
||||
},
|
||||
"utf8proc": {
|
||||
"baseline": "2.7.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"utfcpp": {
|
||||
"baseline": "3.2.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9d0c3ece179c9fc0e59c5573b91bc23ff3124c37",
|
||||
"version": "2.7.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e50e6a4b5de0d3eab7fe13920d1358b83230fd36",
|
||||
"version": "2.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user