Skip to content

Commit c5208ab

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent cfad6c1 commit c5208ab

File tree

5 files changed

+127
-0
lines changed

5 files changed

+127
-0
lines changed

apps/yaya.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
layout: app
3+
4+
permalink: /yaya/
5+
description: Yet Another Yahtzee-esque Application
6+
license: Apache-2.0
7+
8+
icons:
9+
- yaya/icons/256x256/yaya.png
10+
screenshots:
11+
- https://trixon.se/files/screenshots/yaya_appstream01.png
12+
13+
authors:
14+
- name: trixon
15+
url: https://github.com/trixon
16+
17+
links:
18+
- type: GitHub
19+
url: trixon/yaya
20+
- type: Download
21+
url: https://github.com/trixon/yaya/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Version: 1.0
26+
Type: Application
27+
Name: Yaya
28+
Comment: Yet Another Yahtzee-esque Application
29+
Exec: yaya %F
30+
Icon: yaya
31+
Terminal: false
32+
Categories: Game
33+
StartupNotify: true
34+
StartupWMClass: Yaya
35+
AppImageHub:
36+
X-AppImage-Signature: 'keybox ''/home/runner/.gnupg/pubring.kbx'' created [don''t
37+
know]: invalid packet (ctb=0a) no signature found the signature could not be verified.
38+
Please remember that the signature file (.sig or .asc) should be the first file
39+
given on the command line.'
40+
X-AppImage-Type: 2
41+
X-AppImage-Architecture: x86_64
42+
43+
appdata:
44+
Type: desktop-application
45+
ID: se.trixon.yaya
46+
Name:
47+
C: Yaya
48+
Summary:
49+
C: Yet Another Yahtzee-esque Application
50+
Description:
51+
C: >-
52+
<p>Enjoy classic family dice games with up to 8 players.</p>
53+
54+
<p></p>
55+
56+
<p>Ready, Set, Roll!</p>
57+
ProjectLicense: Apache-2.0
58+
Url:
59+
homepage: https://trixon.se/
60+
Launchable:
61+
desktop-id:
62+
- yaya.desktop
63+
Screenshots:
64+
- default: true
65+
caption:
66+
C: Scorecard with new game dialog
67+
thumbnails: []
68+
source-image:
69+
url: https://trixon.se/files/screenshots/yaya_appstream01.png
70+
lang: C
71+
- caption:
72+
C: Help window with rules
73+
thumbnails: []
74+
source-image:
75+
url: https://trixon.se/files/screenshots/yaya_appstream02.png
76+
lang: C
77+
ContentRating:
78+
oars-1.1: {}
79+
---

database/yaya/icons/256x256/yaya.png

60.9 KB
Loading

database/yaya/screenshot.png

12 KB
Loading

database/yaya/yaya.appdata.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>se.trixon.yaya</id>
4+
<metadata_license>CC0-1.0</metadata_license>
5+
<project_license>Apache-2.0</project_license>
6+
<name>Yaya</name>
7+
<summary>Yet Another Yahtzee-esque Application</summary>
8+
<description>
9+
<p>Enjoy classic family dice games with up to 8 players.</p>
10+
<p></p>
11+
<p>Ready, Set, Roll!</p>
12+
</description>
13+
<launchable type="desktop-id">yaya.desktop</launchable>
14+
<url type="homepage">https://trixon.se/</url>
15+
<screenshots>
16+
<screenshot type="default">
17+
<image>https://trixon.se/files/screenshots/yaya_appstream01.png</image>
18+
<caption>Scorecard with new game dialog</caption>
19+
</screenshot>
20+
<screenshot>
21+
<image>https://trixon.se/files/screenshots/yaya_appstream02.png</image>
22+
<caption>Help window with rules</caption>
23+
</screenshot>
24+
</screenshots>
25+
<provides>
26+
<id>yaya.desktop</id>
27+
</provides>
28+
<content_rating type="oars-1.1" />
29+
</component>

database/yaya/yaya.desktop

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Name=Yaya
5+
Comment=Yet Another Yahtzee-esque Application
6+
Exec=yaya %F
7+
Icon=yaya
8+
Terminal=false
9+
Categories=Game;
10+
StartupNotify=true
11+
StartupWMClass=Yaya
12+
13+
14+
[AppImageHub]
15+
# Dear upstream developer, please include update information in your AppImage
16+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
17+
X-AppImage-Signature=keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
18+
X-AppImage-Type=2
19+
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)