blob: 33f942c2d0789f4e8493b64c2a2d70481b6cba0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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>
|