summaryrefslogtreecommitdiffstats
path: root/libraries/libgit2/README
diff options
context:
space:
mode:
author Larry Hajali2014-07-06 02:52:29 +0200
committer Robby Workman2014-07-07 07:00:40 +0200
commitd9f6ae09dd569faa2fe46b564496c4dfb49493be (patch)
treeb6b878e89dbf8051f04104ce988f57f54604bee2 /libraries/libgit2/README
parent7d98345b27d650bfae82e98d55f8ffca5adb7b80 (diff)
downloadslackbuilds-d9f6ae09dd569faa2fe46b564496c4dfb49493be.tar.gz
libraries/libgit2: Added (C library for custom Git applications).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgit2/README')
-rw-r--r--libraries/libgit2/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libgit2/README b/libraries/libgit2/README
new file mode 100644
index 0000000000..dad04a2452
--- /dev/null
+++ b/libraries/libgit2/README
@@ -0,0 +1,5 @@
+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.
+
+Optional: libssh2 (for ssh transport)