-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcom.syntevo.SmartGit.yaml
More file actions
53 lines (53 loc) · 1.83 KB
/
com.syntevo.SmartGit.yaml
File metadata and controls
53 lines (53 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
app-id: com.syntevo.SmartGit
command: smartgit
finish-args:
- --device=dri
- --env=SMARTGIT_JAVA_HOME=/app/extra/jre
- --filesystem=home
- --filesystem=xdg-run/gnupg:ro
- --filesystem=xdg-run/keyring
- --share=ipc
- --share=network
- --socket=gpg-agent
- --socket=ssh-auth
- --socket=x11
- --talk-name=org.freedesktop.secrets
modules:
- name: smartgit
build-commands:
- install -D -m 755 entrypoint.sh /app/bin/smartgit
- install -D -m 755 post-install-setup.sh /app/bin/apply_extra
- install -D -m 644 -t /app/share/applications/ ${FLATPAK_ID}.desktop
- install -D -m 644 -t /app/share/metainfo/ ${FLATPAK_ID}.metainfo.xml
- install -D -m 644 -t /app/share/icons/hicolor/scalable/apps/ ${FLATPAK_ID}.svg
buildsystem: simple
sources:
- type: extra-data
filename: smartgit-linux.tar.gz
sha256: 90d6f72f55ee00cb2c5f781523d97fde5eb4b1adb8bb869f7fb3dc0b864e4fcb
size: 125351510
url: https://download.smartgit.dev/smartgit/smartgit-25_1_110-linux-amd64.tar.gz
x-checker-data:
type: html
url-template: https://download.smartgit.dev/smartgit/smartgit-${version}-linux-amd64.tar.gz
url: https://www.smartgit.dev/download/
version-pattern: smartgit-([\d_]+)-linux-amd64.tar.gz
- type: file
path: com.syntevo.SmartGit.desktop
- type: file
path: com.syntevo.SmartGit.metainfo.xml
- type: file
path: com.syntevo.SmartGit.svg
- type: file
path: entrypoint.sh
- type: script
commands:
- bsdtar -x -f smartgit-linux.tar.gz --strip-components=2
- rm smartgit-linux.tar.gz
dest-filename: post-install-setup.sh
runtime: org.freedesktop.Platform
runtime-version: '25.08'
sdk: org.freedesktop.Sdk
separate-locales: false
tags:
- proprietary