File: com.github.jnumm.pegsolitaire.appdata.xml.in

package info (click to toggle)
pegsolitaire 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: ansic: 494; xml: 142; makefile: 73; sh: 11
file content (32 lines) | stat: -rw-r--r-- 1,236 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2018 Juhani Numminen -->
<component type="desktop-application">
  <id>com.github.jnumm.pegsolitaire</id>
  <metadata_license>FSFAP</metadata_license>
  <project_license>GPL-2.0+</project_license>

  <name>Peg Solitaire</name>
  <summary>Play an educational puzzle game similar to Hi-Q</summary>

  <description>
    <p>
      Peg Solitaire is a board game for one player involving movement of pegs on
      a board with holes. The game fills the entire board with pegs except for
      the central hole. The objective is, making valid moves, to empty the entire
      board except for a solitary peg in the central hole.
    </p>
  </description>

  <launchable type="desktop-id">com.github.jnumm.pegsolitaire.desktop</launchable>

  <screenshots>
    <screenshot type="default">
      <image>https://raw.githubusercontent.com/jnumm/pegsolitaire/screenshots/pegsolitaire-default.png</image>
    </screenshot>
  </screenshots>

  <url type="homepage">https://github.com/jnumm/pegsolitaire</url>
  <update_contact>juhaninumminen0@gmail.com</update_contact>
  <provides><binary>pegsolitaire</binary></provides>
  <translation type="gettext">pegsolitaire</translation>
</component>