-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathio.github.cgueret.Scriptorium.json
More file actions
109 lines (109 loc) · 3.11 KB
/
io.github.cgueret.Scriptorium.json
File metadata and controls
109 lines (109 loc) · 3.11 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"id" : "io.github.cgueret.Scriptorium",
"runtime" : "org.gnome.Platform",
"runtime-version" : "49",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.openjdk25"
],
"command" : "scriptorium",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--env=PATH=/app/jre/bin:/usr/bin:/app/bin"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "blueprint-compiler",
"buildsystem" : "meson",
"cleanup" : [
"*"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/blueprint-compiler",
"tag" : "v0.18.0",
"commit" : "07c9c9df9cd1b6b4454ecba21ee58211e9144a4b",
"x-checker-data" : {
"type" : "git",
"tag-pattern" : "^v([\\d.]+)$"
}
}
]
},
{
"name" : "git",
"make-args" : [
"NO_TCLTK=1",
"INSTALL_SYMLINKS=1"
],
"make-install-args" : [
"NO_TCLTK=1",
"INSTALL_SYMLINKS=1"
],
"sources" : [
{
"type" : "archive",
"url" : "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.52.0.tar.xz",
"sha256" : "3cd8fee86f69a949cb610fee8cd9264e6873d07fa58411f6060b3d62729ed7c5"
}
]
},
{
"name" : "LanguageTool",
"buildsystem" : "simple",
"build-commands" : [
"cp -r . /app/LanguageTool"
],
"sources" : [
{
"type" : "archive",
"url" : "https://languagetool.org/download/LanguageTool-6.6.zip",
"sha256" : "53600506b399bb5ffe1e4c8dec794fd378212f14aaf38ccef9b6f89314d11631"
}
],
"modules" : [
{
"name" : "openjdk",
"buildsystem" : "simple",
"build-commands" : [
"/usr/lib/sdk/openjdk25/install.sh"
]
}
]
},
"python3-lxml.json",
"python3-ebooklib.json",
"python3-beautifulsoup4.json",
"python3-pyyaml.json",
"python3-GitPython.json",
{
"name" : "scriptorium",
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
}
],
"config-opts" : [
"--libdir=lib"
]
}
]
}