File: trader.appdata.xml.in

package info (click to toggle)
trader 7.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,920 kB
  • sloc: ansic: 24,162; sh: 4,963; makefile: 73; sed: 16
file content (58 lines) | stat: -rw-r--r-- 2,001 bytes parent folder | download
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>

<!--
*************************************************************************
*                                                                       *
*             Star Traders: A Game of Interstellar Trading              *
*                Copyright (C) 1990-2022, John Zaitseff                 *
*                                                                       *
*************************************************************************

Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id: 7ca702b2bb5b189a33f41aa29676f6237cb5b2cd $

This file provides application metadata for Star Traders and conforms to
the AppStream 0.12 specification.

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice and
this notice are preserved.  This file is offered as-is, without any
warranty.
-->

<component type="console-application">
  <id>au.org.zap.trader</id>

  <name>Star Traders</name>
  <summary>Play Star Traders, a simple game of interstellar trading</summary>
  <description>
    <p>
      Star Traders is a simple game of interstellar trading, where the
      objective is to create companies, buy and sell shares, borrow and
      repay money, in order to become the wealthiest player (the winner).
    </p>
  </description>

  <launchable type="desktop-id">trader.desktop</launchable>
  <provides>
    <binary>trader</binary>
  </provides>

  <categories>
    <category>Game</category>
    <category>StrategyGame</category>
  </categories>

  <url type="homepage">https://www.zap.org.au/projects/trader/</url>
  <developer_name>John Zaitseff</developer_name>

  <screenshots>
    <screenshot type="default">
      <image>https://www.zap.org.au/projects/trader/screenshot.png</image>
    </screenshot>
  </screenshots>

  <metadata_license>FSFAP</metadata_license>
  <project_license>GPL-3.0+</project_license>
  <content_rating type="oars-1.0" />
</component>