libxdiff/files/xdiff.pc
Alexander Zhirov 1c6fe3b548
All checks were successful
Build / Build project (push) Successful in 22s
0.23
2025-08-31 15:19:49 +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}