mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
9b6f196ae9
Signed-off-by: Owen-sz <owen@fyralabs.com>
36 lines
971 B
XML
36 lines
971 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<component type="desktop-application">
|
|
<id>com.github.neohtop</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<icon type="local">/usr/share/icons/hicolor/128x128/apps/NeoHtop.png</icon>
|
|
|
|
<name>NeoHtop</name>
|
|
<summary>System monitoring on steroids</summary>
|
|
|
|
<screenshots>
|
|
<screenshot type="default"><image>https://github.com/Abdenasser/neohtop/blob/main/screenshot.png</image></screenshot>
|
|
</screenshots>
|
|
|
|
<description>
|
|
<p>
|
|
A modern, cross-platform system monitor built on top of Svelte, Rust, and Tauri.
|
|
</p>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">NeoHtop.desktop</launchable>
|
|
|
|
<url type="homepage">https://abdenasser.github.io/neohtop/</url>
|
|
<provides>
|
|
<binary>neohtop</binary>
|
|
</provides>
|
|
|
|
<keywords>
|
|
<keyword>system monitor</keyword>
|
|
</keywords>
|
|
|
|
<releases>
|
|
<release version="1.2.0" />
|
|
</releases>
|
|
</component>
|