gentoo-ebuilds/sys-process/procps/metadata.xml
Emanuele Torre dc018bdc20
sys-process/procps: add "skill" USE flag
This controls installation "skill" and "snice" commands, which can be
useful for interactive process management.

Signed-off-by: Emanuele Torre <torreemanuele6@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38955
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2024-12-08 18:26:33 -05:00

20 lines
851 B
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="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking.</flag>
<flag name="kill">Build the kill program</flag>
<flag name="modern-top">Enables new startup defaults of top. Keeps old defaults if disabled</flag>
<flag name="ncurses">Build programs that use ncurses: top, slabtop, watch</flag>
<flag name="skill">Build the skill and snice programs</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:procps_project:procps</remote-id>
<remote-id type="gitlab">procps-ng/procps</remote-id>
<remote-id type="sourceforge">procps</remote-id>
</upstream>
</pkgmetadata>