Added metainfo.xml file for AppStream metadata

Former-commit-id: ad6f791e8c5c7036f70de16125e016cb9e7e40a3 [formerly 374c2336c8]
Former-commit-id: c855d50011ca4107fd007cf693575cff1178beb4
This commit is contained in:
2022-10-04 11:44:35 -04:00
parent 22d9605781
commit 434f5f85cd
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Randall Winkhart <idgr@tutanota.com> -->
<component type="console-application">
<id>org.rwinkhart.sshyp</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0</project_license>
<name>sshyp</name>
<summary>A light-weight, self-hosted, synchronized password manager</summary>
<description>
<p>
sshyp is a password-store compatible CLI password manager available
for UNIX(-like) systems - its primary goal is to make syncing passwords
and notes across devices as easy as possible via CLI.
</p>
</description>
<url type="homepage">https://github.com/rwinkhart/sshyp</url>
<content_rating type="oars-1.0"></content_rating>
<provides>
<binary>sshyp</binary>
</provides>
</component>