40 lines
1004 B
JSON
40 lines
1004 B
JSON
{
|
|
"app-id" : "org.gnome.Hammond",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "3.26",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"sdk-extensions" : [
|
|
"org.freedesktop.Sdk.Extension.rust-stable"
|
|
],
|
|
"command" : "hammond",
|
|
"finish-args" : [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=x11",
|
|
"--socket=wayland",
|
|
"--talk-name=org.freedesktop.Desktop"
|
|
],
|
|
"build-options" : {
|
|
"append-path" : "/usr/lib/sdk/rust-stable/bin",
|
|
"build-args" : [
|
|
"--share=network"
|
|
],
|
|
"env" : {
|
|
"CARGO_HOME" : "/run/build/Hammond/cargo"
|
|
}
|
|
},
|
|
"modules" : [
|
|
{
|
|
"name" : "Hammond",
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://gitlab.gnome.org/alatiera/Hammond.git",
|
|
"branch" : "master"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|