Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ports/7zip/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Source: 7zip
Version: 19.00
Port-Version: 1
Port-Version: 2
Homepage: https://www.7-zip.org
Description: Library for archiving file with a high compression ratio.
Supports: !(linux|osx|arm|uwp)
6 changes: 2 additions & 4 deletions ports/7zip/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include(vcpkg_common_functions)
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "linux" "osx")

set(7ZIP_VERSION 19.00)
vcpkg_download_distfile(ARCHIVE
Expand Down Expand Up @@ -27,8 +27,6 @@ vcpkg_copy_pdbs()

file(
INSTALL ${CMAKE_CURRENT_LIST_DIR}/License.txt
DESTINATION ${CURRENT_PACKAGES_DIR}/share/7zip
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
RENAME copyright
)

vcpkg_test_cmake(PACKAGE_NAME 7zip)
5 changes: 0 additions & 5 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
3fd:x64-windows=fail
3fd:x64-windows-static=fail
3fd:x86-windows=fail
7zip:arm64-windows=fail
7zip:arm-uwp=fail
7zip:x64-linux=fail
7zip:x64-osx=fail
7zip:x64-uwp=fail
activemq-cpp:x64-linux=fail
activemq-cpp:x64-osx=fail
akali:x64-uwp=fail
Expand Down