mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:11:37 +08:00
[lexbor] Add new port (#31415)
* [lexbor] Add new port * . * addver * addver * ver * Update ports/lexbor/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/lexbor/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update lexbor.json --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
This commit is contained in:
parent
4a45104152
commit
a618637937
25
ports/lexbor/portfile.cmake
Normal file
25
ports/lexbor/portfile.cmake
Normal file
@ -0,0 +1,25 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO lexbor/lexbor
|
||||
REF v${VERSION}
|
||||
SHA512 26bbca3b41a417cbc59ba8cf736e1611966fc2202de85aabf621b840565d835e7e5ffc1b0294defc16ec883f9fb94e802bd19ed704be35fa79b41566acc05cbc
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" BUILD_STATIC)
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" BUILD_SHARED)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DLEXBOR_BUILD_SHARED=${BUILD_SHARED}
|
||||
-DLEXBOR_BUILD_STATIC=${BUILD_STATIC}
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include"
|
||||
"${CURRENT_PACKAGES_DIR}/include/lexbor/html/tree/insertion_mode"
|
||||
"${CURRENT_PACKAGES_DIR}/debug/include/lexbor/html/tree/insertion_mode"
|
||||
)
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
17
ports/lexbor/vcpkg.json
Normal file
17
ports/lexbor/vcpkg.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "lexbor",
|
||||
"version": "2.2.0",
|
||||
"description": "Lexbor is development of an open source HTML Renderer library.",
|
||||
"homepage": "https://github.com/lexbor/lexbor",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
@ -3792,6 +3792,10 @@
|
||||
"baseline": "2.6",
|
||||
"port-version": 3
|
||||
},
|
||||
"lexbor": {
|
||||
"baseline": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"libaaplus": {
|
||||
"baseline": "2.36",
|
||||
"port-version": 1
|
||||
|
9
versions/l-/lexbor.json
Normal file
9
versions/l-/lexbor.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f5c7890c5fb34ec0622b01dfdff10f11e8dccdbd",
|
||||
"version": "2.2.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user