-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.yggverse.Yoda.yaml
More file actions
49 lines (43 loc) · 1.22 KB
/
io.github.yggverse.Yoda.yaml
File metadata and controls
49 lines (43 loc) · 1.22 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
id: "io.github.yggverse.Yoda"
runtime: "org.gnome.Platform"
runtime-version: "48"
sdk: "org.gnome.Sdk"
sdk-extensions:
- "org.freedesktop.Sdk.Extension.rust-stable"
command: "Yoda"
finish-args:
- "--device=dri"
- "--share=ipc"
- "--share=network"
- "--socket=fallback-x11"
# - "--socket=pulseaudio"
- "--socket=wayland"
build-options:
append-path: "/usr/lib/sdk/rust-stable/bin"
build-args:
- "--share=network"
env:
CARGO_HOME: "/run/build/Yoda/cargo"
modules:
- name: "libspelling"
buildsystem: "meson"
config-opts:
- "--prefix=/app"
cleanup:
- "/include"
- "/lib/pkgconfig"
sources:
- type: "archive"
url: "https://gitlab.gnome.org/GNOME/libspelling/-/archive/0.4.9/libspelling-0.4.9.tar.gz"
sha256: "7fa6185d9fc621b890ef01b2bb7943951dc2ad94d31cbf6e16bc468589571e17"
- name: "Yoda"
buildsystem: "simple"
build-commands:
- "cargo build --release"
post-install:
- "install -Dm755 ./target/release/Yoda -t /app/bin"
- "install -Dm644 ./data/${FLATPAK_ID}.desktop -t /app/share/applications"
- "install -Dm644 ./data/${FLATPAK_ID}.svg -t /app/share/icons/hicolor/symbolic/apps"
sources:
- type: "dir"
path: "."