mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
Closes: https://bugs.gentoo.org/970608 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1725 Signed-off-by: Sam James <sam@gentoo.org>
22 lines
648 B
XML
22 lines
648 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>zoltan@sinustrom.info</email>
|
|
<name>Zoltan Puskas</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>
|
|
<use>
|
|
<flag name="highlight">Enable source code highlighting</flag>
|
|
</use>
|
|
</pkgmetadata>
|