Current File : /home/inlingua/miniconda3/pkgs/git-2.45.2-pl5340h9abc3c3_1/info/recipe/meta.yaml
# This file created by conda-build 24.1.2
# meta.yaml template originally from:
# /feedstock/recipe, last modified Tue Sep 24 16:59:07 2024
# ------------------------------------------------

package:
  name: git
  version: 2.45.2
source:
  - folder: code
    patches:
      - 0001-macOS-Do-not-use-the-system-Wish-urgh.patch
    sha256: 98b26090ed667099a3691b93698d1e213e1ded73d36a2fde7e9125fce28ba234
    url: https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.45.2.tar.gz
  - folder: manpages
    sha256: 48c1e2e3ecbb2ce9faa020a19fcdbc6ce64ea25692111b5930686bc0bb4f0e7f
    url: https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.45.2.tar.gz
  - folder: htmldocs
    sha256: 5fe5c94364637f08928d081d377e15bbd0e74d56bdec794c2e9ed3a9fdedc8a9
    url: https://mirrors.edge.kernel.org/pub/software/scm/git/git-htmldocs-2.45.2.tar.gz
build:
  detect_binary_files_with_prefix: true
  no_link:
    - Menu/git_menu.json
  number: '1'
  string: pl5340h9abc3c3_1
requirements:
  build:
    - _libgcc_mutex 0.1 main
    - _openmp_mutex 5.1 1_gnu
    - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
    - autoconf 2.71 pl5340h5eee18b_0
    - binutils_impl_linux-64 2.38 h2a08ee3_1
    - binutils_linux-64 2.38.0 hc2dff05_0
    - gcc_impl_linux-64 11.2.0 h1234567_1
    - gcc_linux-64 11.2.0 h5c386dc_0
    - gdbm 1.18 hd4cb3f1_4
    - gettext 0.21.0 hedfda30_2
    - icu 73.1 h6a678d5_0
    - kernel-headers_linux-64 3.10.0 h57e8cba_10
    - ld_impl_linux-64 2.38 h1181459_1
    - libgcc-devel_linux-64 11.2.0 h1234567_1
    - libgcc-ng 11.2.0 h1234567_1
    - libgomp 11.2.0 h1234567_1
    - libstdcxx-ng 11.2.0 h1234567_1
    - libxml2 2.13.1 hfdd30dd_2
    - m4 1.4.18 h4e445db_0
    - make 4.2.1 h1bed415_1
    - ncurses 6.4 h6a678d5_0
    - patch 2.7.6 h7b6447c_1001
    - perl 5.34.0 h5eee18b_2
    - readline 8.2 h5eee18b_0
    - sysroot_linux-64 2.17 h57e8cba_10
    - tk 8.6.14 h39e8969_0
    - xz 5.4.6 h5eee18b_1
    - zlib 1.2.13 h5eee18b_1
  host:
    - _libgcc_mutex 0.1 main
    - _openmp_mutex 5.1 1_gnu
    - bzip2 1.0.8 h5eee18b_6
    - c-ares 1.19.1 h5eee18b_0
    - ca-certificates 2024.7.2 h06a4308_0
    - curl 7.88.1 hdbd6064_2
    - expat 2.4.9 h6a678d5_0
    - gdbm 1.18 hd4cb3f1_4
    - krb5 1.20.1 h143b758_1
    - libcurl 7.88.1 h251f7ec_2
    - libedit 3.1.20230828 h5eee18b_0
    - libev 4.33 h7f8727e_1
    - libgcc-ng 11.2.0 h1234567_1
    - libgomp 11.2.0 h1234567_1
    - libnghttp2 1.57.0 h2d74bed_0
    - libssh2 1.11.0 h251f7ec_0
    - libstdcxx-ng 11.2.0 h1234567_1
    - ncurses 6.4 h6a678d5_0
    - openssl 3.0.15 h5eee18b_0
    - pcre2 10.42 hebb0a14_1
    - perl 5.34.0 h5eee18b_2
    - readline 8.2 h5eee18b_0
    - tk 8.6.14 h39e8969_0
    - zlib 1.2.13 h5eee18b_1
  run:
    - curl
    - expat >=2.4.9,<3.0a0
    - gettext
    - libcurl >=7.88.1,<8.0a0
    - libgcc-ng >=11.2.0
    - openssl >=3.0.15,<4.0a0
    - pcre2 >=10.42,<10.43.0a0
    - perl 5.*
    - tk >=8.6.14,<8.7.0a0
    - zlib >=1.2.13,<1.3.0a0
test:
  commands:
    - test -f $PREFIX/bin/git
    - test -f $PREFIX/bin/gitk
    - git --version
    - git clone https://github.com/conda-forge/git-feedstock
    - bash $PREFIX/share/bash-completion/completions/git
    - test -f $PREFIX/man/man1/git.1
    - test -f $PREFIX/share/doc/git/index.html
about:
  description: 'Git is a distributed version control system that tracks changes in
    any set of computer files,

    usually used for coordinating work among programmers collaboratively developing
    source code during software development.

    '
  dev_url: https://github.com/git/git
  doc_url: https://git-scm.com/docs
  home: https://git-scm.com/
  license: GPL-2.0-or-later and LGPL-2.1-or-later
  license_family: OTHER
  license_file: code/COPYING
  summary: distributed version control system
extra:
  copy_test_source_files: true
  final: true
  flow_run_id: a636cc5c-066d-4f3b-89ba-499b6c8d25fb
  recipe-maintainers:
    - djsutherland
    - jakirkham
    - msarahan
    - ocefpaf
    - pelson
    - scopatz
  remote_url: git@github.com:AnacondaRecipes/git-feedstock.git
  sha: 923768d29026acd8191f8f5ec9c622ed55d6815b