forked from cgueret/Scriptorium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.cgueret.Scriptorium.json
More file actions
98 lines (98 loc) · 1.89 KB
/
io.github.cgueret.Scriptorium.json
File metadata and controls
98 lines (98 loc) · 1.89 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
{
"id": "io.github.cgueret.Scriptorium",
"runtime": "org.gnome.Platform",
"runtime-version": "48",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.openjdk21"
],
"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.16.0"
}
]
},
{
"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.51.0.tar.xz",
"sha256": "60a7c2251cc2e588d5cd87bae567260617c6de0c22dca9cdbfc4c7d2b8990b62"
}
]
},
{
"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/openjdk21/install.sh"
]
}
]
},
"python3-EbookLib.json",
"python3-beautifulsoup4.json",
"python3-pyyaml.json",
"python3-GitPython.json",
{
"name": "scriptorium",
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}