This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/elektra.pc is in libelektra-dev 0.8.7-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
prefix=/usr
exec_prefix=${prefix}/bin
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include/elektra
docdir=${prefix}/
plugindir=${prefix}/lib/x86_64-linux-gnu/elektra4
tool_execdir=${prefix}/TARGET_TOOL_EXEC_FOLDER
templatedir=${prefix}/share/elektra/templates

Name: elektra
Description: Elektra provides a universal and secure framework to store configuration parameters in a global, hierarchical key database. The core is a small library implemented in C. The plugin-based framework fulfills many configuration-related tasks to avoid any unnecessary code duplication across applications while it still allows the core to stay without any external dependency.  Elektra abstracts from cross-platform-related issues with an consistent API, and allows applications to be aware of other applications' configurations, leveraging easy application integration.
Version: 0.8.7
Libs: -L${libdir} -lelektra
Cflags: -I${includedir}