summaryrefslogtreecommitdiffstats
path: root/libjq.pc.in
diff options
context:
space:
mode:
authorMattias Hansson <hansson.mattias@gmail.com>2019-03-29 13:25:39 +0100
committerNico Williams <nico@cryptonector.com>2019-03-29 08:16:36 -0500
commit3c4fcb1594694e15b83dc05094cd1dd61f5c7dcc (patch)
tree89592dd98487aa18b77134e771773d8eadf62df4 /libjq.pc.in
parentb52fc1043b045a3c5004be7eb85a15d3a055e9a4 (diff)
Add pkg-config file for libjq
pkg-config is a common interface to resolve build details. It will become easier to incorporate libjq in other projects by providing this interface.
Diffstat (limited to 'libjq.pc.in')
-rw-r--r--libjq.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libjq.pc.in b/libjq.pc.in
new file mode 100644
index 00000000..9b0ab3b8
--- /dev/null
+++ b/libjq.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libjq
+URL: https://stedolan.github.io/jq/
+Description: Library to process JSON using a query language
+Version: @VERSION@
+Libs: -L${libdir} -ljq
+Cflags: -I${includedir}