This repository was archived by the owner on Sep 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.hostbuf.FinalShell.json
More file actions
60 lines (60 loc) · 1.98 KB
/
com.hostbuf.FinalShell.json
File metadata and controls
60 lines (60 loc) · 1.98 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
54
55
56
57
58
59
60
{
"app-id": "com.hostbuf.FinalShell",
"runtime": "org.freedesktop.Platform",
"runtime-version": "22.08",
"sdk": "org.freedesktop.Sdk",
"command": "/app/bin/run.sh",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--socket=x11",
"--filesystem=home"
],
"modules": [
{
"name": "libpcap",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://www.tcpdump.org/release/libpcap-1.9.1.tar.gz",
"sha256": "635237637c5b619bcceba91900666b64d56ecb7be63f298f601ec786ce087094"
}
],
"cleanup": [
"/bin",
"/share/man",
"*.a",
"*.h",
"*.pc"
]
},
{
"name": "desktop",
"builddir": true,
"buildsystem": "simple",
"build-commands": [
"ls",
"install -Dm644 com.hostbuf.FinalShell.appdata.xml /app/share/appdata/com.hostbuf.FinalShell.appdata.xml",
"install -Dm777 run.sh /app/bin/run.sh",
"mv FinalShell /app/fl",
"chmod +x /app/fl/bin/FinalShell",
"ls /app/fl",
"mkdir -p /app/share/applications/",
"mkdir -p /app/share/icons/hicolor/scalable/apps/",
"install -Dm644 com.hostbuf.FinalShell.desktop /app/share/applications/com.hostbuf.FinalShell.desktop",
"install -Dm644 /app/fl/lib/app/img/finalshell.png /app/share/icons/hicolor/scalable/apps/com.hostbuf.FinalShell.png"
],
"sources": [
{
"type": "dir",
"path": "./",
"skip": ".flatpak-builder"
}
]
}
]
}