diff --git a/ports/vk-bootstrap/portfile.cmake b/ports/vk-bootstrap/portfile.cmake index f0a1c3a6caa..c7e041abd3f 100644 --- a/ports/vk-bootstrap/portfile.cmake +++ b/ports/vk-bootstrap/portfile.cmake @@ -10,6 +10,9 @@ vcpkg_from_github( vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" + OPTIONS + # This option will disable build tests and example, and next release this option need to change as -DVK_BOOTSTRAP_TEST=OFF. The related upstream commit: https://github.com/charles-lunarg/vk-bootstrap/commit/4ae9513ff9182b9c519504a73435ed575a821300. + -DCMAKE_PROJECT_NAME= ) vcpkg_cmake_install() @@ -17,6 +20,6 @@ vcpkg_copy_pdbs() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -file(COPY "${CMAKE_CURRENT_LIST_DIR}/${PORT}-config.cmake" "${CMAKE_CURRENT_LIST_DIR}/${PORT}-targets-release.cmake" "${CMAKE_CURRENT_LIST_DIR}/${PORT}-targets-debug.cmake" DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) +file(COPY "${CMAKE_CURRENT_LIST_DIR}/${PORT}-config.cmake" "${CMAKE_CURRENT_LIST_DIR}/${PORT}-targets-release.cmake" "${CMAKE_CURRENT_LIST_DIR}/${PORT}-targets-debug.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") -configure_file("${SOURCE_PATH}/LICENSE.txt" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY) +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt") diff --git a/ports/vk-bootstrap/vcpkg.json b/ports/vk-bootstrap/vcpkg.json index 5126f4ca18c..f0f71770131 100644 --- a/ports/vk-bootstrap/vcpkg.json +++ b/ports/vk-bootstrap/vcpkg.json @@ -1,7 +1,10 @@ { "name": "vk-bootstrap", "version": "0.5", + "port-version": 1, "description": "Vulkan bootstraping library", + "homepage": "https://github.com/charles-lunarg/vk-bootstrap", + "license": "MIT", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/baseline.json b/versions/baseline.json index 50b79ac4461..c06452734f6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7994,7 +7994,7 @@ }, "vk-bootstrap": { "baseline": "0.5", - "port-version": 0 + "port-version": 1 }, "vkfft": { "baseline": "1.2.17", diff --git a/versions/v-/vk-bootstrap.json b/versions/v-/vk-bootstrap.json index 25a7da98c5a..1eddc88c0ab 100644 --- a/versions/v-/vk-bootstrap.json +++ b/versions/v-/vk-bootstrap.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5b4e562582567c73a3bad2120a3b23e0b6b32dde", + "version": "0.5", + "port-version": 1 + }, { "git-tree": "c882b9c4c2adf3ea8e63dae9d4ab03b4d34a4dc1", "version": "0.5",