Add .doap file

This commit is contained in:
heliguy4599
2024-02-12 23:37:37 -05:00
parent c9bdf0bfbb
commit 508a75652f
2 changed files with 21 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
#### Metadata
- [ ] Screenshot quality ([more info](https://gitlab.gnome.org/GNOME/Initiatives/-/wikis/Update-App-Screenshots))
- [ ] "Summary" quality ([more info](https://gitlab.gnome.org/GNOME/Initiatives/-/wikis/App-Metadata#summary))
- [ ] .doap-file in repository exists and is up-to-date ([more info](https://gitlab.gnome.org/World/apps-for-gnome/-/blob/main/METADATA.md#doap))

21
warehouse.doap Normal file
View File

@@ -0,0 +1,21 @@
<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 xml:lang="en">Warehouse</name>
<shortdesc xml:lang="en">Manage all things Flatpak</shortdesc>
<homepage rdf:resource="https://github.com/flattool/warehouse"/>
<bug-database rdf:resource="https://github.com/flattool/warehouse/issues"/>
<programming-language>Python</programming-language>
<platform>GTK 4</platform>
<platform>Libadwaita</platform>
<maintainer>
<foaf:Person>
<foaf:name>Heliguy</foaf:name>
<foaf:mbox rdf:resource="mailto:heliguy4599@hotmail.com"/>
<gnome:userid>heliguy</gnome:userid> ????????????????????????????????????????????????????????????????
</foaf:Person>
</maintainer>