libgit2.pc.in 297 Bytes
Newer Older
1
prefix="@PKGCONFIG_PREFIX@"
2 3
libdir=@PKGCONFIG_LIBDIR@
includedir=@PKGCONFIG_INCLUDEDIR@
4 5 6

Name: libgit2
Description: The git library, take 2
7
Version: @LIBGIT2_VERSION_STRING@
8

9
Libs: -L${libdir} -lgit2
10 11 12
Libs.private: @LIBGIT2_PC_LIBS@
Requires.private: @LIBGIT2_PC_REQUIRES@

13
Cflags: -I${includedir}