Skip to content

Commit 797ff22

Browse files
committed
Added Gitnuro required files
1 parent 746ea89 commit 797ff22

File tree

5 files changed

+72
-0
lines changed

5 files changed

+72
-0
lines changed

com.jetpackduba.Gitnuro.desktop

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Desktop Entry]
2+
Exec=gitnuro
3+
Icon=com.jetpackduba.Gitnuro
4+
Name=Gitnuro
5+
Type=Application
6+
Categories=Development
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>com.jetpackduba.Gitnuro</id>
4+
<name>Gitnuro</name>
5+
<summary>Multiplatform Git client</summary>
6+
<metadata_license>CC0-1.0</metadata_license>
7+
<project_license>GPL-3.0</project_license>
8+
<description>
9+
<p>
10+
Gitnuro is a Git client that allows you to manage multiple repositories with a modern experience and live visual representation of your repositories' state.
11+
</p>
12+
</description>
13+
<developer_name>Abdelilah El Aissaoui</developer_name>
14+
<url type="homepage">https://github.com/JetpackDuba/gitnuro</url>
15+
<launchable type="desktop-id">com.jetpackduba.Gitnuro.desktop</launchable>
16+
<content_rating type="oars-1.1" />
17+
<screenshots>
18+
<screenshot>
19+
<image type="source">https://github.com/JetpackDuba/Gitnuro/blob/main/res/img/gitnuro_example_3.png?raw=true</image>
20+
</screenshot>
21+
</screenshots>
22+
<releases>
23+
<release version="0.1.0" date="2022-04-04"/>
24+
</releases>
25+
</component>
26+

com.jetpackduba.Gitnuro.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
app-id: com.jetpackduba.Gitnuro
2+
runtime: org.freedesktop.Platform
3+
runtime-version: '21.08'
4+
sdk: org.freedesktop.Sdk
5+
sdk-extensions:
6+
- org.freedesktop.Sdk.Extension.openjdk17
7+
command: gitnuro
8+
modules:
9+
- name: openjdk
10+
buildsystem: simple
11+
build-commands:
12+
- /usr/lib/sdk/openjdk17/install.sh
13+
- name: gitnuro
14+
buildsystem: simple
15+
build-commands:
16+
- install -D gitnuro /app/bin/gitnuro
17+
- install -D Gitnuro-0.1.0.jar /app/share/Gitnuro.jar
18+
- install -D com.jetpackduba.Gitnuro.desktop /app/share/applications/com.jetpackduba.Gitnuro.desktop
19+
- install -D icon.png /app/share/icons/hicolor/512x512/apps/com.jetpackduba.Gitnuro.png
20+
- install -D com.jetpackduba.Gitnuro.metainfo.xml /app/share/appdata/com.jetpackduba.Gitnuro.metainfo.xml
21+
sources:
22+
- type: file
23+
path: gitnuro
24+
- type: file
25+
url: https://github.com/JetpackDuba/Gitnuro/releases/download/v0.1.0/Gitnuro-0.1.0.jar
26+
sha256: 9502032cf103b9a31bdaf1a8f0495d23917ecac38b43a2c34bb882f070b47a63
27+
- type: file
28+
path: com.jetpackduba.Gitnuro.desktop
29+
- type: file
30+
path: icon.png
31+
- type: file
32+
path: com.jetpackduba.Gitnuro.metainfo.xml
33+
finish-args:
34+
- --socket=x11
35+
- --share=ipc
36+
- --share=network
37+
- --filesystem=home
38+
- --device=dri

gitnuro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#/bin/sh
2+
/app/jre/bin/java -jar /app/share/Gitnuro.jar

icon.png

13.8 KB
Loading

0 commit comments

Comments
 (0)