Skip to content

Commit db4ac36

Browse files
committed
add AppStream metainfo file
Taken from the Flatpak repo https://github.com/flathub/io.github.bcpierce00.unison and originally based on the Fedora rpm source.
1 parent 95dfed3 commit db4ac36

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop">
3+
<id>io.github.bcpierce00.unison</id>
4+
<metadata_license>CC0-1.0</metadata_license>
5+
<project_license>GPL-3.0-or-later</project_license>
6+
<name>Unison</name>
7+
<summary>File Synchronizer</summary>
8+
<description>
9+
<p>
10+
Unison is a file-synchronization tool for POSIX-compliant systems
11+
(e.g. *BSD, GNU/Linux, macOS) and Windows. It allows two replicas of a
12+
collection of files and directories to be stored on different hosts (or
13+
different disks on the same host), modified separately, and then brought
14+
up to date by propagating the changes in each replica to the other.
15+
</p>
16+
</description>
17+
<url type="homepage">https://github.com/bcpierce00/unison</url>
18+
<launchable type="desktop-id">io.github.bcpierce00.unison.desktop</launchable>
19+
<releases>
20+
<release version="2.53.7" date="2024-11-04">
21+
<url type="details">https://github.com/bcpierce00/unison/releases/tag/v2.53.7</url>
22+
<description>
23+
<p>Fix for parallel builds of the gui.</p>
24+
</description>
25+
</release>
26+
</releases>
27+
<content_rating type="oars-1.1" />
28+
<developer id="io.github.bcpierce00">
29+
<name>The Unison Project</name>
30+
</developer>
31+
<screenshots>
32+
<screenshot type="default">
33+
<image>https://github.com/flathub/io.github.bcpierce00.unison/blob/78ea57b57e81f437a67deb9f587677949643a80f/unison-screenshot-1.png?raw=true</image>
34+
<caption>The main window, showing changed files</caption>
35+
</screenshot>
36+
</screenshots>
37+
<recommends>
38+
<control>keyboard</control>
39+
<control>pointing</control>
40+
</recommends>
41+
</component>

0 commit comments

Comments
 (0)