[readline-unix] no absolute paths (#22421)

This commit is contained in:
autoantwort 2022-01-21 20:08:38 +01:00 committed by GitHub
parent d9118cfc4a
commit 6fdcbc5e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 3 deletions

View File

@ -9,7 +9,7 @@ vcpkg_extract_source_archive(SOURCE_PATH ARCHIVE "${ARCHIVE}")
vcpkg_configure_make( vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"
OPTIOS OPTIONS
--with-curses=yes --with-curses=yes
) )
@ -17,4 +17,6 @@ vcpkg_install_make()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,10 @@
{ {
"name": "readline-unix", "name": "readline-unix",
"version": "8.1", "version": "8.1",
"port-version": 1,
"description": "Implementation of readline for unix", "description": "Implementation of readline for unix",
"supports": "!windows" "supports": "!windows",
"dependencies": [
"ncurses"
]
} }

View File

@ -6010,7 +6010,7 @@
}, },
"readline-unix": { "readline-unix": {
"baseline": "8.1", "baseline": "8.1",
"port-version": 0 "port-version": 1
}, },
"readline-win32": { "readline-win32": {
"baseline": "5.0", "baseline": "5.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "cc7ba8176a2492af17dc561bcb82c36f7c89e540",
"version": "8.1",
"port-version": 1
},
{ {
"git-tree": "e2ef4d4f472d6fe4f36009032dfdd3279a50c754", "git-tree": "e2ef4d4f472d6fe4f36009032dfdd3279a50c754",
"version": "8.1", "version": "8.1",