-
-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add automatically parsed data (test)
[ci skip]
- Loading branch information
GitHub Actions
committed
Nov 19, 2022
1 parent
cfad6c1
commit c5208ab
Showing
5 changed files
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: {} | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |