summaryrefslogtreecommitdiff
path: root/libgit2.pc.in
blob: 83fc82fc80ee42dc76405745ac74a80f7b7a9fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=${prefix}/include

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