# This file created by conda-build 3.22.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Fri Aug 12 23:28:25 2022 # ------------------------------------------------ package: name: libzip version: 1.9.2 source: fn: libzip-1.9.2.tar.gz patches: null sha256: fd6a7f745de3d69cf5603edc9cb33d2890f0198e415255d0987a0cf10d824c6f url: https://libzip.org/download/libzip-1.9.2.tar.gz build: number: '1' run_exports: - libzip >=1.9.2,<2.0a0 string: hc929e4a_1 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.36.1 h193b22a_2 - binutils_linux-64 2.36 hf3e587d_10 - bzip2 1.0.8 h7f98852_4 - c-ares 1.18.1 h7f98852_0 - ca-certificates 2022.6.15 ha878542_0 - cmake 3.24.0 h5432695_0 - expat 2.4.8 h27087fc_0 - gcc_impl_linux-64 10.4.0 h7ee1905_16 - gcc_linux-64 10.4.0 h9215b83_10 - kernel-headers_linux-64 2.6.32 he073ed8_15 - keyutils 1.6.1 h166bdaf_0 - krb5 1.19.3 h08a2579_0 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libcurl 7.83.1 h2283fc2_0 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-devel_linux-64 10.4.0 h74af60c_16 - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 - libnghttp2 1.47.0 he49606f_0 - libnsl 2.0.0 h7f98852_0 - libsanitizer 10.4.0 hde28e3b_16 - libssh2 1.10.0 ha35d2d1_2 - libstdcxx-ng 12.1.0 ha89aaad_16 - libuv 1.44.2 h166bdaf_0 - libzlib 1.2.12 h166bdaf_2 - lz4-c 1.9.3 h9c3ff4c_1 - make 4.3 hd18ef5c_1 - ncurses 6.3 h27087fc_1 - openssl 3.0.5 h166bdaf_1 - perl 5.32.1 2_h7f98852_perl5 - rhash 1.4.3 h166bdaf_0 - sysroot_linux-64 2.12 he073ed8_15 - xz 5.2.5 h516909a_1 - zlib 1.2.12 h166bdaf_2 - zstd 1.5.2 h8a70e8d_4 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - bzip2 1.0.8 h7f98852_4 - ca-certificates 2022.6.15 ha878542_0 - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 - libzlib 1.2.12 h166bdaf_2 - openssl 3.0.5 h166bdaf_1 - zlib 1.2.12 h166bdaf_2 run: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - libzlib >=1.2.12,<1.3.0a0 - openssl >=3.0.5,<4.0a0 test: commands: - test -f ${PREFIX}/bin/ziptool - test -f ${PREFIX}/lib/libzip.so about: description: 'libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages. ' dev_url: https://github.com/nih-at/libzip doc_url: https://libzip.org/documentation/ home: https://libzip.org/ license: BSD-3-Clause license_family: BSD license_file: LICENSE summary: A C library for reading, creating, and modifying zip archives. extra: copy_test_source_files: true final: true recipe-maintainers: - ceholden - traversaro