diff options
Diffstat (limited to 'data/misc/io.github.Hexchat.Plugin.metainfo.xml.in')
-rw-r--r-- | data/misc/io.github.Hexchat.Plugin.metainfo.xml.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/misc/io.github.Hexchat.Plugin.metainfo.xml.in b/data/misc/io.github.Hexchat.Plugin.metainfo.xml.in new file mode 100644 index 00000000..d6fec5de --- /dev/null +++ b/data/misc/io.github.Hexchat.Plugin.metainfo.xml.in @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="addon"> + <id>io.github.Hexchat.Plugin.Perl</id> + <extends>io.github.Hexchat.desktop</extends> + <name>@NAME@ Plugin</name> + <summary>@SUMMARY@</summary> + <url type="homepage">https://hexchat.github.io/</url> + <project_license>GPL-2.0+</project_license> + <metadata_license>CC0-1.0</metadata_license> + <update_contact>tingping_AT_fedoraproject.org</update_contact> +</component> \ No newline at end of file |