chore: add doap

Add a basic DOAP file.
This commit is contained in:
Link Dupont 2022-11-17 22:09:21 -05:00
parent fbacc09a6c
commit ecec80d076
1 changed files with 31 additions and 0 deletions

31
tootle.doap Normal file
View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name>Tootle</name>
<shortname>tootle</shortname>
<shortdesc>GTK-based Mastodon client for Linux</shortdesc>
<bug-database rdf:resource="https://gitlab.gnome.org/subpop/tootle/issues/" />
<programming-language>Vala</programming-language>
<os>Linux</os>
<license rdf:resource="https://raw.githubusercontent.com/ewilderj/doap/master/licenses/gpl" />
<maintainer>
<foaf:Person>
<foaf:name>Link Dupont</foaf:name>
<foaf:mbox rdf:resource="mailto:link@sub-pop.net" />
<gnome:userid>link</gnome:userid>
</foaf:Person>
</maintainer>
<repository>
<GitRepository>
<browse rdf:resource="https://gitlab.gnome.org/subpop/tootle" />
<location rdf:resource="https://gitlab.gnome.org/subpop/tootle.git" />
</GitRepository>
</repository>
</Project>