Skip to content

Commit 43f4641

Browse files
committed
feat: Add DOAP file
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
1 parent b7ca0e2 commit 43f4641

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Multiplex.doap

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3+
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4+
xmlns:foaf="http://xmlns.com/foaf/0.1/"
5+
xmlns:gnome="http://api.gnome.org/doap-extensions#"
6+
xmlns="http://usefulinc.com/ns/doap#">
7+
8+
<name xml:lang="en">Multiplex</name>
9+
<shortdesc xml:lang="en">Watch torrents with your friends</shortdesc>
10+
<description xml:lang="en">Multiplex is an app to watch torrents together, providing an experience
11+
similar to Apple's SharePlay and Amazon's Prime Video Watch Party.</description>
12+
13+
<homepage rdf:resource="https://github.com/pojntfx/multiplex/" />
14+
<download-page rdf:resource="https://flathub.org/apps/com.pojtinger.felicitas.Multiplex" />
15+
<bug-database rdf:resource="https://github.com/pojntfx/multiplex/issues/" />
16+
17+
<programming-language>Go</programming-language>
18+
<platform>GTK 4</platform>
19+
<platform>Libadwaita</platform>
20+
21+
<maintainer>
22+
<foaf:Person>
23+
<foaf:name>Felicitas Pojtinger</foaf:name>
24+
<foaf:account>
25+
<foaf:OnlineAccount>
26+
<foaf:accountServiceHomepage rdf:resource="https://github.com" />
27+
<foaf:accountName>pojntfx</foaf:accountName>
28+
</foaf:OnlineAccount>
29+
</foaf:account>
30+
</foaf:Person>
31+
</maintainer>
32+
</Project>

0 commit comments

Comments
 (0)