summaryrefslogtreecommitdiff
path: root/libgit2.pc.in
blob: ddc03f36b26a7e85d3e317924bbbf80dca2ef010 (plain)
1
2
3
4
5
6
7
8
9
libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@
includedir=@CMAKE_INSTALL_PREFIX@/@INSTALL_INC@

Name: libgit2
Description: The git library, take 2
Version: @LIBGIT2_VERSION_STRING@
Requires: libcrypto
Libs: -L${libdir} -lgit2 -lz -lcrypto
Cflags: -I${includedir}