mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 03:26:10 +08:00
37 lines
935 B
JSON
37 lines
935 B
JSON
{
|
|
"app-id": "org.freedesktop.ryuukyu.Helvum",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "40",
|
|
"sdk": "org.gnome.Sdk",
|
|
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
|
|
"command": "helvum",
|
|
"finish-args" : [
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--device=dri",
|
|
"--share=ipc",
|
|
"--filesystem=xdg-run/pipewire-0"
|
|
],
|
|
"build-options" : {
|
|
"append-path" : "/usr/lib/sdk/rust-stable/bin",
|
|
"build-args" : [
|
|
"--share=network"
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "Helvum",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"cargo install --path . --root /app --no-track"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "./"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|