summaryrefslogtreecommitdiff
blob: e090ecb97fe292c5271bf03d9d3c2df0928d30d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>mgorny@gentoo.org</email>
		<name>Michał Górny</name>
	</maintainer>
	<maintainer type="project">
		<email>gnome@gentoo.org</email>
		<name>Gentoo GNOME Desktop</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="curl">Use <pkg>net-misc/curl</pkg> for HTTP support
			(otherwise, limited built-in implementation will be used)</flag>
		<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>