Skip to content

Commit

Permalink
Adjust vcpkg ci action to modernize for next release, ref: microsoft/…
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed May 24, 2023
1 parent b76f561 commit 7d7b6f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions buildtools/classes/Packager/Vcpkg.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ function constructPortAndVersionFile(string $sha512 = "0"): string
OUT_SOURCE_PATH SOURCE_PATH
REPO brainboxdotcc/DPP
REF "v${VERSION}"
# Auto-generated by release CI action at brainboxdotcc/DPP
SHA512 ' . $sha512 . '
)
Expand All @@ -158,11 +157,7 @@ function constructPortAndVersionFile(string $sha512 = "0"): string
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()
file(
INSTALL "${SOURCE_PATH}/LICENSE"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
RENAME copyright
)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
file(COPY "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
';
Expand Down

0 comments on commit 7d7b6f8

Please sign in to comment.