mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 05:58:04 +08:00
[readline-unix] no absolute paths (#22421)
This commit is contained in:
parent
d9118cfc4a
commit
6fdcbc5e9d
@ -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)
|
||||||
|
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user