All checks were successful
Build / Build project (push) Successful in 26s
9 lines
240 B
PkgConfig
9 lines
240 B
PkgConfig
prefix=/usr
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib
|
|
|
|
Name: wildmatch
|
|
Description: wildmatch is a BSD-licensed C/C++ library for git/rsync-style pattern matching
|
|
Version: 0.5.0
|
|
Libs: -L${libdir} -lwildmatch
|
|
Cflags: -I${includedir}
|