123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- # This file created by conda-build 3.22.0
- # meta.yaml template originally from:
- # /feedstock/recipe, last modified Mon Dec 12 10:14:31 2022
- # ------------------------------------------------
- package:
- name: libedit
- version: 3.1.20221030
- source:
- fn: libedit-20221030-3.1.tar.gz
- patches:
- - 0001-prefer-tinfo-over-curses-and-termcap.patch
- sha256: f0925a5adf4b1bf116ee19766b7daa766917aec198747943b1c4edf67a4be2bb
- url: https://thrysoee.dk/editline/libedit-20221030-3.1.tar.gz
- build:
- number: '0'
- run_exports:
- - libedit >=3.1.20221030,<3.2.0a0
- string: h5eee18b_0
- 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
- - automake 1.16.5 pl5340h06a4308_1
- - 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
- - 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
- - m4 1.4.18 h4e445db_0
- - make 4.2.1 h1bed415_1
- - ncurses 6.3 h5eee18b_3
- - patch 2.7.6 h7b6447c_1001
- - perl 5.34.0 h5eee18b_2
- - pkg-config 0.29.2 h1bed415_8
- - readline 8.2 h5eee18b_0
- - sysroot_linux-64 2.17 h57e8cba_10
- host:
- - _libgcc_mutex 0.1 main
- - _openmp_mutex 5.1 1_gnu
- - libgcc-ng 11.2.0 h1234567_1
- - libgomp 11.2.0 h1234567_1
- - ncurses 6.3 h5eee18b_3
- run:
- - libgcc-ng >=11.2.0
- - ncurses >=6.3,<7.0a0
- test:
- commands:
- - test -f $PREFIX/lib/pkgconfig/libedit.pc
- - test -f $PREFIX/lib/libedit.so
- about:
- description: 'This is an autotool- and libtoolized port of the NetBSD Editline library
- (libedit). This Berkeley-style licensed command line editor library provides
- generic line editing, history, and tokenization functions, similar to those
- found in GNU Readline
- '
- doc_url: https://thrysoee.dk/editline/
- home: https://thrysoee.dk/editline/
- license: BSD-2-Clause
- license_family: BSD
- license_file: COPYING
- summary: Editline Library (libedit)
- extra:
- copy_test_source_files: true
- final: true
- flow_run_id: 0999b094-fa8e-4307-baf2-eda993d4e78a
- recipe-maintainers:
- - djsutherland
- - mingwandroid
- - scopatz
- remote_url: git@github.com:AnacondaRecipes/libedit-feedstock.git
- sha: d14ed3397c1705b279f0250a995d0a1615467422
|