-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.gnome.gitlab.Cowsay.json
48 lines (48 loc) · 1.24 KB
/
org.gnome.gitlab.Cowsay.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
42
43
44
45
46
47
48
{
"app-id" : "org.gnome.gitlab.Cowsay",
"runtime" : "org.gnome.Platform",
"runtime-version" : "47",
"sdk" : "org.gnome.Sdk",
"command" : "cowsay",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules" : [
"shared-modules/libsoup/libsoup-2.4.json",
{
"name" : "cowsay",
"buildsystem" : "meson",
"config-opts" : [
"--libdir=lib"
],
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/Eonfge/cowsay.git",
"tag": "1.9.4",
"commit": "4f0f77e0fcd6a582bc5b4bc893918ebb6de6374d",
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"
}
}
]
}
]
}