1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/pystring/pystring.pc
2023-01-06 19:41:28 +00:00

10 lines
299 B
PkgConfig

prefix=/usr
libdir=${prefix}/lib
includedir=${prefix}/include
Name: pystring
Version: @VERSION@
Description: C++ functions matching the interface and behavior of python string methods with std::string
URL: https://github.com/imageworks/pystring
Cflags: -I${includedir}
Libs: -L${libdir} -lpystring