Skip to content

Commit

Permalink
Add automatically parsed data (test)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
GitHub Actions committed Nov 19, 2022
1 parent cfad6c1 commit c5208ab
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 0 deletions.
79 changes: 79 additions & 0 deletions apps/yaya.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
layout: app

permalink: /yaya/
description: Yet Another Yahtzee-esque Application
license: Apache-2.0

icons:
- yaya/icons/256x256/yaya.png
screenshots:
- https://trixon.se/files/screenshots/yaya_appstream01.png

authors:
- name: trixon
url: https://github.com/trixon

links:
- type: GitHub
url: trixon/yaya
- type: Download
url: https://github.com/trixon/yaya/releases

desktop:
Desktop Entry:
Version: 1.0
Type: Application
Name: Yaya
Comment: Yet Another Yahtzee-esque Application
Exec: yaya %F
Icon: yaya
Terminal: false
Categories: Game
StartupNotify: true
StartupWMClass: Yaya
AppImageHub:
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.'
X-AppImage-Type: 2
X-AppImage-Architecture: x86_64

appdata:
Type: desktop-application
ID: se.trixon.yaya
Name:
C: Yaya
Summary:
C: Yet Another Yahtzee-esque Application
Description:
C: >-
<p>Enjoy classic family dice games with up to 8 players.</p>
<p></p>

<p>Ready, Set, Roll!</p>
ProjectLicense: Apache-2.0
Url:
homepage: https://trixon.se/
Launchable:
desktop-id:
- yaya.desktop
Screenshots:
- default: true
caption:
C: Scorecard with new game dialog
thumbnails: []
source-image:
url: https://trixon.se/files/screenshots/yaya_appstream01.png
lang: C
- caption:
C: Help window with rules
thumbnails: []
source-image:
url: https://trixon.se/files/screenshots/yaya_appstream02.png
lang: C
ContentRating:
oars-1.1: {}
---
Binary file added database/yaya/icons/256x256/yaya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added database/yaya/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions database/yaya/yaya.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>se.trixon.yaya</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Apache-2.0</project_license>
<name>Yaya</name>
<summary>Yet Another Yahtzee-esque Application</summary>
<description>
<p>Enjoy classic family dice games with up to 8 players.</p>
<p></p>
<p>Ready, Set, Roll!</p>
</description>
<launchable type="desktop-id">yaya.desktop</launchable>
<url type="homepage">https://trixon.se/</url>
<screenshots>
<screenshot type="default">
<image>https://trixon.se/files/screenshots/yaya_appstream01.png</image>
<caption>Scorecard with new game dialog</caption>
</screenshot>
<screenshot>
<image>https://trixon.se/files/screenshots/yaya_appstream02.png</image>
<caption>Help window with rules</caption>
</screenshot>
</screenshots>
<provides>
<id>yaya.desktop</id>
</provides>
<content_rating type="oars-1.1" />
</component>
19 changes: 19 additions & 0 deletions database/yaya/yaya.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Yaya
Comment=Yet Another Yahtzee-esque Application
Exec=yaya %F
Icon=yaya
Terminal=false
Categories=Game;
StartupNotify=true
StartupWMClass=Yaya


[AppImageHub]
# Dear upstream developer, please include update information in your AppImage
# (e.g., with appimagetool -u) so that users can easily update the AppImage
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.
X-AppImage-Type=2
X-AppImage-Architecture=x86_64

0 comments on commit c5208ab

Please sign in to comment.