21 lines
802 B
XML
21 lines
802 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>manuel@fritteli.ch</email>
|
|
<name>Manuel Friedli</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
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.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="gssapi">Enable GSSAPI support for SPNEGO auth</flag>
|
|
<flag name="ssh">Enable SSH transport support</flag>
|
|
<flag name="trace">Enable tracing support</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">libgit2/libgit2</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|