40 lines
881 B
JSON
40 lines
881 B
JSON
{
|
|
"id": "cz.bugsy.roster",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "49",
|
|
"sdk": "org.gnome.Sdk",
|
|
"command": "roster",
|
|
"finish-args": [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--device=dri",
|
|
"--socket=wayland"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "roster",
|
|
"builddir": true,
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.bugsy.cz/beval/roster.git",
|
|
"tag": "v0.8.2"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|