1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBGIT2 2*4882a593Smuzhiyun bool "libgit2" 3*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # libhttpparser 4*4882a593Smuzhiyun select BR2_PACKAGE_LIBHTTPPARSER 5*4882a593Smuzhiyun select BR2_PACKAGE_ZLIB 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun libgit2 is a portable, pure C implementation of the Git core 8*4882a593Smuzhiyun methods provided as a linkable library with a solid API, 9*4882a593Smuzhiyun allowing to build Git functionality into your application. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://github.com/libgit2/libgit2 12*4882a593Smuzhiyun 13*4882a593Smuzhiyuncomment "libgit2 needs a toolchain w/ dynamic library" 14*4882a593Smuzhiyun depends on BR2_STATIC_LIBS 15