linenoise/files/linenoise.pc
Alexander Zhirov 903d38c803
All checks were successful
Build / Build project (push) Successful in 25s
init
2025-09-23 14:51:37 +03:00

9 lines
220 B
PkgConfig

prefix=/usr
includedir=${prefix}/include
libdir=${prefix}/lib
Name: linenoise
Description: A small self-contained alternative to readline and libedit
Version: 1.0.0
Libs: -L${libdir} -llinenoise
Cflags: -I${includedir}