Skip to content

Commit 37eb6b1

Browse files
Vitexuswarp-agent
andcommitted
Add AppStream metadata
- Added metainfo.xml file following AppStream specification - Extracted metadata from debian/control - Included project URLs and developer information - Added proper categorization and content rating Co-Authored-By: Warp <agent@warp.dev>
1 parent bfa5bd7 commit 37eb6b1

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>io.github.spoje_net.cnb_cache</id>
4+
<metadata_license>MIT</metadata_license>
5+
<project_license>MIT</project_license>
6+
<name>cnb-cache</name>
7+
<summary>CNB Currency rate Cache</summary>
8+
<description>
9+
<p>
10+
Keep the history of specified currencies stored in SQL database. Mandatory dependencies for use CNB cache with SQLite database Mandatory dependencies for use CNB cache with MySQL/MariaDB databas
11+
</p>
12+
</description>
13+
<categories>
14+
<category>Utility</category>
15+
</categories>
16+
<url type="homepage">https://github.com/Spoje-NET/CNB-Cache</url>
17+
<url type="bugtracker">https://github.com/Spoje-NET/CNB-Cache/issues</url>
18+
<developer id="io.github.spoje_net">
19+
<name>Spoje.Net</name>
20+
</developer>
21+
<content_rating type="oars-1.1"/>
22+
</component>

0 commit comments

Comments
 (0)