mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
12 lines
255 B
PkgConfig
12 lines
255 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libjq
|
|
URL: https://jqlang.github.io/jq/
|
|
Description: Library to process JSON using a query language
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ljq
|
|
Cflags: -I${includedir}
|