diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-07-06 07:52:29 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-07-07 00:00:40 -0500 |
commit | d9f6ae09dd569faa2fe46b564496c4dfb49493be (patch) | |
tree | b6b878e89dbf8051f04104ce988f57f54604bee2 /libraries/libgit2/slack-desc | |
parent | 7d98345b27d650bfae82e98d55f8ffca5adb7b80 (diff) | |
download | slackbuilds-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/slack-desc')
-rw-r--r-- | libraries/libgit2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libgit2/slack-desc b/libraries/libgit2/slack-desc new file mode 100644 index 0000000000..ef9b51a026 --- /dev/null +++ b/libraries/libgit2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libgit2: libgit2 (C library for custom Git applications) +libgit2: +libgit2: libgit2 is a portable, pure C implementation of the Git core methods +libgit2: provided as a re-entrant linkable library with a solid API, allowing +libgit2: you to write native speed custom Git applications in any language +libgit2: which supports C bindings. +libgit2: +libgit2: Homepage: https://libgit2.github.com/ +libgit2: +libgit2: +libgit2: |