         MODULE=libgit2
        VERSION=1.9.7
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/libgit2/libgit2/archive/v$VERSION.tar.gz
     SOURCE_VFY=sha256:1a4fbe7589e814777ae76b64734ad80f4ecad22cd33a22682a2aaea4ae5375e7
       WEB_SITE=https://libgit2.org/
        ENTERED=20150205
        UPDATED=20260813
          SHORT="Pure C implementation of the Git core methods"

cat << EOF
libgit2 is a portable, pure C implementation of the Git core methods provided
as a re-entrant linkable library with a solid API, allowing you to write native
speed custom Git applications in any language which supports C bindings.
EOF
