blob: b69e430be759aba77796de6bb9aff6e502470dbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>randy@electronsweatshop.com</email>
<name>Randy Barlow</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
A cross-platform graphical process/system monitor with a customizable interface and a
multitude of features. Supports Linux, macOS, and Windows. Inspired by both gtop and gotop.
</longdescription>
<use>
<flag name="battery">Include support for laptop battery information</flag>
<flag name="gpu">Include support for GPU temperature and memory usage information</flag>
<flag name="zfs">Include support for ZFS ARC memory usage information</flag>
<flag name="nvidia">Include support for Nvidia GPU usage information</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|