mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
parent
ca2807e8f9
commit
2ab1624cf0
@ -49,15 +49,16 @@ else()
|
|||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
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(
|
set(LICENSES
|
||||||
COPY
|
"${SOURCE_PATH}/Installation/LICENSE"
|
||||||
"${SOURCE_PATH}/Installation/LICENSE.BSL"
|
"${SOURCE_PATH}/Installation/LICENSE.BSL"
|
||||||
"${SOURCE_PATH}/Installation/LICENSE.RFL"
|
"${SOURCE_PATH}/Installation/LICENSE.RFL"
|
||||||
"${SOURCE_PATH}/Installation/LICENSE.GPL"
|
"${SOURCE_PATH}/Installation/LICENSE.GPL"
|
||||||
"${SOURCE_PATH}/Installation/LICENSE.LGPL"
|
"${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}")
|
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cgal",
|
"name": "cgal",
|
||||||
"version": "5.5",
|
"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.",
|
"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",
|
"homepage": "https://github.com/CGAL/cgal",
|
||||||
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
|
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
|
||||||
|
@ -1338,7 +1338,7 @@
|
|||||||
},
|
},
|
||||||
"cgal": {
|
"cgal": {
|
||||||
"baseline": "5.5",
|
"baseline": "5.5",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"cgicc": {
|
"cgicc": {
|
||||||
"baseline": "3.2.19",
|
"baseline": "3.2.19",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2ef909832bf3d0f379a471e143e8eb5c9aa938cd",
|
||||||
|
"version": "5.5",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "7cbf69841400a6d51bc3db55b35524a22efcafd1",
|
"git-tree": "7cbf69841400a6d51bc3db55b35524a22efcafd1",
|
||||||
"version": "5.5",
|
"version": "5.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user