blob: 93a1d29a3d5bb57f80e8f9194eb794e552ca4a05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<id>org.smxi.inxi</id>
<name>inxi</name>
<summary>Command line system information tool</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<!--<developer id="org.codeberg.inxi">Harald Hope</developer>-->
<content_rating type="oars-1.0" />
<description>
<p>
inxi is a full featured command line system information tool that lets you really dig into the guts of your hardware and software stacks.
</p>
</description>
<icon type="stock">utilities-terminal</icon>
<categories>
<category>System</category>
<category>Monitor</category>
</categories>
<provides>
<binary>inxi</binary>
</provides>
<url type="homepage">https://codeberg.org/smxi/inxi</url>
<url type="bugtracker">https://codeberg.org/smxi/inxi/issues</url>
<url type="faq">https://smxi.org/docs/inxi-faqs.htm</url>
<url type="help">https://smxi.org/docs/inxi.htm</url>
<url type="donation">https://smxi.org/site/donations.htm</url>
</component>
|