| libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@ | |
| includedir=@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@ | |
| Name: libgit2 | |
| Description: The git library, take 2 | |
| Version: @LIBGIT2_VERSION_STRING@ | |
| Requires: libcrypto | |
| Libs: -L${libdir} -lgit2 -lz -lcrypto | |
| Cflags: -I${includedir} |