-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.philippun1.Snoop.json
41 lines (41 loc) · 1.01 KB
/
de.philippun1.Snoop.json
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
{
"app-id" : "de.philippun1.Snoop",
"runtime" : "org.gnome.Platform",
"runtime-version" : "46",
"sdk" : "org.gnome.Sdk",
"command" : "snoop",
"finish-args" : [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=home",
"--device=dri"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "snoop",
"builddir" : true,
"buildsystem" : "meson",
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/philippun1/snoop/-/archive/0.4.2/snoop-0.4.2.tar.gz",
"sha256": "7fbdfdd90e68b153b00ef092ef35f803215139a22c5a7417e1ec13690525c223"
}
]
}
]
}