mirror of
https://github.com/jqlang/jq.git
synced 2025-04-18 17:24:01 +03:00
12 lines
246 B
PkgConfig
12 lines
246 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libjq
|
|
URL: https://jqlang.org/
|
|
Description: Library to process JSON using a query language
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ljq
|
|
Cflags: -I${includedir}
|