summaryrefslogtreecommitdiff
path: root/libgit2.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libgit2.pc.in')
-rw-r--r--libgit2.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgit2.pc.in b/libgit2.pc.in
new file mode 100644
index 000000000..9e2cd50ab
--- /dev/null
+++ b/libgit2.pc.in
@@ -0,0 +1,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:
+Libs: -L${libdir} -lgit2
+Cflags: -I${includedir}