-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.tunixr.tuxsplit.json
More file actions
51 lines (51 loc) · 1.51 KB
/
Copy pathio.github.tunixr.tuxsplit.json
File metadata and controls
51 lines (51 loc) · 1.51 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
{
"app_id": "io.github.tunixr.tuxsplit",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"sdk": "org.gnome.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"command": "tuxsplit",
"branch": "stable",
"separate-locales": false,
"finish-args": [
"--socket=x11",
"--socket=wayland",
"--socket=session-bus",
"--filesystem=home",
"--filesystem=xdg-run/gvfsd",
"--device=dri",
"--share=ipc",
"--env=GDK_BACKEND=x11",
"--env=XDG_DATA_DIRS=/app/share:/usr/share"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env": {
"CARGO_HOME": "/run/build/tuxsplit/cargo-home",
"RUSTFLAGS": "-C debuginfo=1",
"RUST_BACKTRACE": "1"
},
"build_args": ["--share=network"]
},
"modules": [
{
"name": "tuxsplit",
"buildsystem": "simple",
"build-commands": [
"cargo build --release --locked",
"meson setup build --prefix=/app",
"meson compile -C build",
"meson install -C build",
"mkdir -p /app/share/applications",
"cat > /app/share/applications/io.github.tunixr.tuxsplit.desktop <<'EOF'\n[Desktop Entry]\nName=TuxSplit\nComment=Speedrun timer for LiveSplit splits\nExec=tuxsplit\nTerminal=false\nType=Application\nCategories=Game;Utility;\nStartupNotify=true\nEOF"
],
"sources": [
{
"type": "dir",
"path": "./"
}
]
}
],
"cleanup": ["/share/man", "/share/doc", "/share/gtk-doc", "/include"]
}