-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcom.github.fwbuilder.json
More file actions
56 lines (56 loc) · 1.13 KB
/
com.github.fwbuilder.json
File metadata and controls
56 lines (56 loc) · 1.13 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
{
"id": "com.github.fwbuilder",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-21.08",
"sdk": "org.kde.Sdk",
"rename-desktop-file": "fwbuilder.desktop",
"rename-icon": "fwbuilder",
"command": "fwbuilder",
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/doc",
"/share/man",
"*.a",
"*.la"
],
"finish-args": [
"--device=dri",
"--filesystem=home",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=x11"
],
"modules": [
{
"build-options": {
"ldflags": "-lncurses -ltinfo"
},
"builddir": true,
"buildsystem": "autotools",
"name": "net-snmp",
"sources": [
{
"type": "git",
"url": "https://github.com/net-snmp/net-snmp"
}
]
},
{
"builddir": true,
"buildsystem": "cmake-ninja",
"config-opts": [
"-DNETSNMP_INCLUDE_DIR=/app/include"
],
"name": "fwbuilder",
"sources": [
{
"type": "git",
"url": "https://github.com/bellegarde-c/fwbuilder"
}
]
}
]
}