-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
Dec 3, 2024
1 parent
62c8267
commit caa9973
Showing
5 changed files
with
91 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,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
16
database/sourcegit/com.sourcegit_scm.SourceGit.appdata.xml
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,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> |
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,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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.