Files
guru/app-misc/tinyfetch/metadata.xml
ingenarel 37bc977af4 app-misc/tinyfetch: fix metadata.xml indentation
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>
2025-07-21 06:48:42 +06:00

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>