mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 22:49:04 +00:00
14 lines
297 B
PkgConfig
14 lines
297 B
PkgConfig
prefix=@PKGCONFIG_PREFIX@
|
|
libdir=@PKGCONFIG_LIBDIR@
|
|
includedir=@PKGCONFIG_INCLUDEDIR@
|
|
|
|
Name: libgit2
|
|
Description: The git library, take 2
|
|
Version: @LIBGIT2_VERSION_STRING@
|
|
|
|
Libs: -L"${libdir}" -lgit2
|
|
Libs.private: @LIBGIT2_PC_LIBS@
|
|
Requires.private: @LIBGIT2_PC_REQUIRES@
|
|
|
|
Cflags: -I${includedir}
|