This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/minizip.pc is in libminizip-dev 1.1-8build1.

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
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include/minizip

Name: minizip
Description: Minizip zip file manipulation library
Requires:
Version: 1.2.8
Libs: -L${libdir} -lminizip
Libs.private: -lz
Cflags: -I${includedir}