This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
multipub/.pyenv/lib/pkgconfig/libedit.pc
2019-02-09 02:45:25 -06:00

13 lines
366 B
PkgConfig

prefix=/Users/shadow8t4/git/MultiPub/.pyenv
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libedit
Description: command line editor library provides generic line editing, history, and tokenization functions.
Version: 3.1
Requires:
Libs: -L${libdir} -ledit
Libs.private: -ltinfo
Cflags: -I${includedir} -I${includedir}/editline