deathclock/rustclock/resources/app.metainfo.xml
2026-03-05 02:30:23 -08:00

35 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.pop-os.cosmic-app-template</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>none</project_license>
<name>Rustclock</name>
<summary>deathclock in rust</summary>
<icon type="remote" width="64" height="64" scale="1">
https://github.com/death916/deathclock/raw/main/resources/icons/hicolor/scalable/apps/icon.svg
</icon>
<url type="vcs-browser">https://github.com/death916/deathclock</url>
<launchable type="desktop-id">com.github.pop-os.cosmic-app-template.desktop</launchable>
<provides>
<id>com.github.pop-os.cosmic-app-template</id>
<binaries>
<binary>rustclock</binary>
</binaries>
</provides>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>
<categories>
<category>COSMIC</category>
</categories>
<keywords>
<keyword>COSMIC</keyword>
</keywords>
<content_rating type="oars-1.1" />
</component>