summaryrefslogtreecommitdiff
path: root/libgit2.pc.in
blob: 89528ef257ac5bd32f4980146df41872732ba2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
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}