[cgal] Remove docs (#26558)

* [cgal] Remove docs

* version
This commit is contained in:
Thomas1664 2022-08-29 21:05:47 +02:00 committed by GitHub
parent ca2807e8f9
commit 2ab1624cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 5 deletions

View File

@ -49,15 +49,16 @@ else()
endforeach()
endif()
file(INSTALL "${SOURCE_PATH}/Installation/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc" "${CURRENT_PACKAGES_DIR}/share/man")
file(
COPY
set(LICENSES
"${SOURCE_PATH}/Installation/LICENSE"
"${SOURCE_PATH}/Installation/LICENSE.BSL"
"${SOURCE_PATH}/Installation/LICENSE.RFL"
"${SOURCE_PATH}/Installation/LICENSE.GPL"
"${SOURCE_PATH}/Installation/LICENSE.LGPL"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
)
vcpkg_install_copyright(FILE_LIST ${LICENSES})
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

View File

@ -1,6 +1,7 @@
{
"name": "cgal",
"version": "5.5",
"port-version": 1,
"description": "The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.",
"homepage": "https://github.com/CGAL/cgal",
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",

View File

@ -1338,7 +1338,7 @@
},
"cgal": {
"baseline": "5.5",
"port-version": 0
"port-version": 1
},
"cgicc": {
"baseline": "3.2.19",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2ef909832bf3d0f379a471e143e8eb5c9aa938cd",
"version": "5.5",
"port-version": 1
},
{
"git-tree": "7cbf69841400a6d51bc3db55b35524a22efcafd1",
"version": "5.5",