Skip to content

Commit

Permalink
[7zip] Add supports field (#13821)
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyLi1013 committed Oct 8, 2020
1 parent fdcfd8e commit 7bb217d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 3 additions & 1 deletion ports/7zip/CONTROL
@@ -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
@@ -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
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

0 comments on commit 7bb217d

Please sign in to comment.