app-misc/pfetch: add github upstream metadata

Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
This commit is contained in:
Rahul Sandhu
2023-05-27 18:02:20 +01:00
parent 263ab577f3
commit 43fde311ac

View File

@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mathieu.tortuyaux@gmail.com</email>
<name>Mathieu Tortuyaux</name>
</maintainer>
<longdescription lang="en">
The goal of this project is to implement a simple system information tool in POSIX sh using features built into the language itself (where possible).
The source code is highly documented and I hope it will act as a learning resource for POSIX sh and simple information detection across various different operating systems.
</longdescription>
<upstream>
<bugs-to>https://github.com/dylanaraps/pfetch/issues</bugs-to>
</upstream>
<maintainer type="person">
<email>mathieu.tortuyaux@gmail.com</email>
<name>Mathieu Tortuyaux</name>
</maintainer>
<longdescription lang="en">
The goal of this project is to implement a simple system information tool in POSIX sh using features built into the language itself (where possible).
The source code is highly documented and I hope it will act as a learning resource for POSIX sh and simple information detection across various different operating systems.
</longdescription>
<upstream>
<bugs-to>https://github.com/dylanaraps/pfetch/issues</bugs-to>
<remote-id type="github">dylanaraps/pfetch</remote-id>
</upstream>
</pkgmetadata>