Skip to content

Commit

Permalink
add metainfo file
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Lachnit <[email protected]>
  • Loading branch information
stephanlachnit authored and jackun committed Jul 13, 2022
1 parent 6f794ce commit 2dfdb9b
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 2 deletions.
42 changes: 42 additions & 0 deletions data/io.github.flightlessmango.mangohud.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="generic">
<id>io.github.flightlessmango.mangohud</id>

<name>MangoHud</name>
<summary>Vulkan/OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more</summary>
<developer_name>FlightlessMango</developer_name>
<icon type="stock">io.github.flightlessmango.mangohud</icon>

<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>

<description>
<p>A modification of the Mesa Vulkan overlay, including GUI improvements with HUD configuration, temperature reporting, and logging capabilities. Includes a script (mangohud) to start it on any OpenGL or Vulkan application.</p>
</description>

<screenshots>
<screenshot type="default">
<caption>Example</caption>
<image>https://raw.githubusercontent.com/flightlessmango/MangoHud/master/assets/overlay_example.gif</image>
</screenshot>
<screenshot>
<caption>Log uploading walkthrough</caption>
<image>https://raw.githubusercontent.com/flightlessmango/MangoHud/master/assets/log_upload_example.gif</image>
</screenshot>
</screenshots>

<url type="homepage">https://github.com/flightlessmango/MangoHud</url>
<url type="bugtracker">https://github.com/flightlessmango/MangoHud/issues</url>
<url type="donation">https://www.paypal.me/flightlessmango</url>

<provides>
<binary>mangohud</binary>
</provides>

<categories>
<category>Utility</category>
<category>Game</category>
</categories>

<content_rating type="oars-1.1" />
</component>
Loading

0 comments on commit 2dfdb9b

Please sign in to comment.