init 0.5.0
All checks were successful
Build / Build project (push) Successful in 26s

This commit is contained in:
Alexander Zhirov 2025-09-18 03:12:25 +03:00
parent b8e5fd35ca
commit 0b3baedbee
Signed by: alexander
GPG key ID: C8D8BE544A27C511
5 changed files with 103 additions and 0 deletions

9
files/wildmatch.pc Normal file
View file

@ -0,0 +1,9 @@
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}