gentoo-ebuilds/sys-process/htop/metadata.xml
Filip Kobierski 6c163093a7
sys-process/htop: metadata: add bugs-to & changelog
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/41975
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-21 22:24:17 +01:00

24 lines
1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<use>
<flag name="delayacct">Enable Linux delay accounting support via <pkg>dev-libs/libnl</pkg></flag>
<flag name="hwloc">Use <pkg>sys-apps/hwloc</pkg> for CPU affinity support</flag>
<flag name="openvz">Enable openvz support</flag>
<flag name="vserver">Enable vserver support</flag>
</use>
<longdescription>
htop is an interactive process viewer for Linux. It aims to be a 'better top':
you can scroll the process list vertically and horizontally, and select a
process to be killed with the arrow keys instead of by typing its process id.
</longdescription>
<upstream>
<bugs-to>https://github.com/htop-dev/htop/issues</bugs-to>
<changelog>https://github.com/htop-dev/htop/blob/main/ChangeLog</changelog>
<remote-id type="github">htop-dev/htop</remote-id>
</upstream>
</pkgmetadata>