blob: 6f864fdb5b4b347240a94aa9ce24d4b74fe0c511 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
<use>
<flag name="pci">Enables the use of pciutils to detect GPU names</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|