1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/pystring/pystring.pc
Leon Marz 1bd64609b3 testing/pystring: new aport
https://github.com/imageworks/pystring
C++ functions matching the interface and behavior of python string methods with std::string
2022-06-02 16:43:36 +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