pkgconf/tests/lib1/foo.pc
Tuukka Pasanen c9d54312ee tests: Add testing for License.file-tag
Add some simple testcases for License.file-tag reading
2025-11-01 15:21:32 -07:00

15 lines
320 B
PkgConfig

prefix=/test
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: foo
Description: A testing pkg-config file
Version: 1.2.3
Libs: -L${libdir} -lfoo
Cflags: -fPIC -I${includedir}/foo
Cflags.private: -DFOO_STATIC
License: ISC
Source: https://foo.bar/foo
License.file: https://foo.bar/foo/COPYING