[pgp] Add flatpak manifest and metainfo

This commit is contained in:
André Apitzsch
2019-03-21 00:39:20 +01:00
parent e5defb7e40
commit e3a93b499b
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>org.gajim.Gajim.Plugin.pgp</id>
<extends>org.gajim.Gajim.desktop</extends>
<name>PGP Plugin</name>
<summary>XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption</summary>
<url type="homepage">https://gajim.org/</url>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0</project_license>
<update_contact>gajim-devel_AT_gajim.org</update_contact>
</component>