2018-02-14 12:13:51 +01:00
|
|
|
config BR2_PACKAGE_LIBGIT2
|
|
|
|
bool "libgit2"
|
2018-06-01 17:41:58 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2018-02-14 12:13:51 +01:00
|
|
|
help
|
|
|
|
libgit2 is a portable, pure C implementation of the Git core
|
|
|
|
methods provided as a linkable library with a solid API,
|
|
|
|
allowing to build Git functionality into your application.
|
|
|
|
|
|
|
|
https://github.com/libgit2/libgit2
|