libxdiff/files/xdiff.pc
Alexander Zhirov 39b6e69207
All checks were successful
Build / Build project (push) Successful in 20s
0.23
2025-08-30 23:40:20 +03:00

9 lines
207 B
PkgConfig

prefix=/usr
includedir=${prefix}/include
libdir=${prefix}/lib
Name: xdiff
Description: LibXDiff - a library for generating file diffs/patches
Version: 0.23
Libs: -L${libdir} -lxdiff
Cflags: -I${includedir}