mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
fixes the following pkgcheck warnings: app-misc/tinyfetch PkgMetadataXmlIndentation: metadata.xml: metadata.xml has inconsistent indentation on line: 18 Signed-off-by: ingenarel <ingenarelitems@gmail.com>
21 lines
651 B
XML
21 lines
651 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>aidenwingard2@gmail.com</email>
|
|
<description>Primary maintainer</description>
|
|
</maintainer>
|
|
<longdescription>
|
|
minimal fetch program written in pure C, using only
|
|
the C STDLIB and is cross platform, and much more
|
|
faster than other fetch programs.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">kernaltrap8/tinyfetch</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="pci">Enables the use of pciutils to detect GPU names</flag>
|
|
</use>
|
|
</pkgmetadata>
|