blob: 61a51c2c07697d6749bb57fb3bcf0ffb12dc4f13 (
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
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dev@baldeagleos.com</email>
<name>Development</name>
</maintainer>
<maintainer type="person">
<email>bman@gentoo.org</email>
<name>Aaron Bauman</name>
</maintainer>
<maintainer type="project">
<email>web-apps@gentoo.org</email>
<name>Gentoo Webapps</name>
</maintainer>
<longdescription lang="en">
cgit - cgi for git
This is an attempt to create a fast web interface for the git scm, using a
builtin cache to decrease server io-pressure.
</longdescription>
<upstream>
<remote-id type="cpe">cpe:/a:cgit_project:cgit</remote-id>
</upstream>
<use>
<flag name="highlight">Enable source code highlighting</flag>
<flag name="lua">Enable support for Lua scripting</flag>
</use>
<origin>ports</origin>
</pkgmetadata>
|