summaryrefslogtreecommitdiff
path: root/gui/metainfo.xml
blob: f8beb6b8bb6d12373400f42cdfb72fcdee1843a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<!--SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com>-->
<!--SPDX-License-Identifier: LGPL-2.1-only-->
<component type="desktop">
  <id>ch.arknet.Turns</id>
  <metadata_license>CC-BY-SA-4.0</metadata_license>
  <project_license>LGPL-2.1-or-later</project_license>
  <name>Turns</name>
  <name xml:lang="de">Züge</name>
  <summary>A simple turn order tracker</summary>
  <description>
    <p>
      Turns is an application to track turn order for TTRPGs like Dungeons and Dragons or Call of Cthulhu.
    </p>
  </description>
  <releases>
    <release version="1.0" date="2025-12-31" type="stable">
      <description>
        <p>This is the first public release</p>
      </description>
    </release>
  </releases>
  <recommends>
    <control>keyboard</control>
    <control>pointing</control>
  </recommends>
  <content_rating type="oars-1.1" />
  <keywords>
    <keyword>Role-playing Games</keyword>
    <keyword>Tabletop Games</keyword>
  </keywords>
  <developer id="ch.arknet">
    <name>Felix Morgner</name>
  </developer>
  <update_contact>felix.morgner@gmail.com</update_contact>
  <launchable type="desktop-id">ch.arknet.Turns.desktop</launchable>
  <url type="homepage">https://source.arknet.ch/fmorgner/turns</url>
  <url type="bugtracker">https://source.arknet.ch/fmorgner/turns/-/issues</url>
  <url type="vcs-browser">https://source.arknet.ch/fmorgner/turns</url>
</component>