Add AppStream metadata

This commit is contained in:
Epicalert 2021-11-02 01:12:41 +08:00
parent ffdae04e37
commit 1a6088560f
No known key found for this signature in database
GPG key ID: CAA46F858D0979BD
2 changed files with 19 additions and 0 deletions

View file

@ -98,3 +98,6 @@ install( FILES
${PROJECT_SOURCE_DIR}/packaging/fc2d.png ${PROJECT_SOURCE_DIR}/packaging/fc2d.png
${PROJECT_SOURCE_DIR}/packaging/fc2dconfig.png ${PROJECT_SOURCE_DIR}/packaging/fc2dconfig.png
DESTINATION share/icons/hicolor/48x48/apps ) DESTINATION share/icons/hicolor/48x48/apps )
install( FILES
${PROJECT_SOURCE_DIR}/packaging/xys.epicalert.facecam2d.metainfo.xml
DESTINATION share/metainfo )

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<component>
<id>xyz.epicalert.facecam2d</id>
<metadata_license>0BSD</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Facecam2D</name>
<developer_name>Epicalert</developer_name>
<summary>2D avatar facecam software</summary>
<description>
<p>
Facecam2D allows you to control a 2D avatar with your face using only a webcam.
It is intended for use by VTubers needing free and open-source avatar software
for live streaming.
</p>
</description>
</component>