mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/metetch: - Update metadata.xml: add longdescription, use https DTD - Fix ebuild: correct dependency order, remove redundant src_configure - Improve formatting and follow Gentoo style guidelines app-misc/gentoo-update: - Remove non-existent cpp-base dependency - Add proper eclasses: desktop, shell-completion, xdg - Use proper eclass functions for shell completions, desktop files, systemd units - Fix dependency order and add BDEPEND for virtual/pkgconfig - Use newinitd for OpenRC service installation - Update metadata.xml: remove proxy-maint, use https DTD - Fix trailing whitespace and add final newline - Simplify pkg_postinst messages per reviewer feedback Signed-off-by: Mathieu Roberge <robergem2008@gmail.com>
18 lines
587 B
XML
18 lines
587 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>contact.techoraye@gmail.com</email>
|
|
<name>Mathieu Roberge</name>
|
|
</maintainer>
|
|
|
|
<upstream>
|
|
<remote-id type="github">Techoraye/metetch</remote-id>
|
|
</upstream>
|
|
|
|
<longdescription>
|
|
metetch is a fast and lightweight system information display utility
|
|
written in C++. It features modular and customizable output, making it
|
|
ideal for quickly viewing system details in the terminal.
|
|
</longdescription>
|
|
</pkgmetadata> |