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 Dec 3, 2024
1 parent 62c8267 commit caa9973
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 0 deletions.
57 changes: 57 additions & 0 deletions apps/sourcegit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
layout: app

permalink: /sourcegit/
description: Open-source GUI client for git users
license: MIT

icons:
- sourcegit/icons/256x256/com.sourcegit_scm.SourceGit.png

authors:
- name: sourcegit-scm
url: https://github.com/sourcegit-scm

links:
- type: GitHub
url: sourcegit-scm/sourcegit
- type: Download
url: https://github.com/sourcegit-scm/sourcegit/releases

desktop:
Desktop Entry:
Name: SourceGit
Comment: Open-source & Free Git GUI Client
Exec: AppRun
Icon: com.sourcegit_scm.SourceGit
Terminal: false
Type: Application
Categories: Development
MimeType: inode/directory
X-Desktop-File-Install-Version: 0.26
X-AppImage-Version: 8.41
AppImageHub:
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created 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: com.sourcegit_scm.SourceGit
Name:
C: SourceGit
Summary:
C: Open-source GUI client for git users
Description:
C: >-
<p>Open-source GUI client for git users</p>
ProjectLicense: MIT
Url:
homepage: https://github.com/sourcegit-scm/sourcegit
Launchable:
desktop-id:
- com.sourcegit_scm.SourceGit.desktop
---
16 changes: 16 additions & 0 deletions database/sourcegit/com.sourcegit_scm.SourceGit.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.sourcegit_scm.SourceGit</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<name>SourceGit</name>
<summary>Open-source GUI client for git users</summary>
<description>
<p>Open-source GUI client for git users</p>
</description>
<url type="homepage">https://github.com/sourcegit-scm/sourcegit</url>
<launchable type="desktop-id">com.sourcegit_scm.SourceGit.desktop</launchable>
<provides>
<id>com.sourcegit_scm.SourceGit.desktop</id>
</provides>
</component>
18 changes: 18 additions & 0 deletions database/sourcegit/com.sourcegit_scm.SourceGit.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[Desktop Entry]
Name=SourceGit
Comment=Open-source & Free Git GUI Client
Exec=AppRun
Icon=com.sourcegit_scm.SourceGit
Terminal=false
Type=Application
Categories=Development
MimeType=inode/directory;
X-Desktop-File-Install-Version=0.26
X-AppImage-Version=8.41

[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=directory '/home/runner/.gnupg' created 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
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/sourcegit/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit caa9973

Please sign in to comment.