Files
VoidManifest/gay.valhrafnaz.Voidmanifest.json
Nihil Carcosa 2730383637
Some checks failed
Build Flatpak / Build Flatpak (push) Failing after 47s
ci fix
2025-12-06 01:58:39 +01:00

53 lines
1.2 KiB
JSON

{
"id" : "gay.valhrafnaz.Voidmanifest",
"runtime" : "org.gnome.Platform",
"runtime-version" : "49",
"sdk" : "org.gnome.Sdk",
"command" : "voidmanifest",
"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" : "Voidmanifest",
"builddir" : true,
"buildsystem" : "meson",
"run-tests" : "false",
"sources" : [
{
"type" : "git",
"url" : "https://git.valhrafnaz.gay/valhrafnaz/VoidManifest.git",
"branch" : "main"
}
]
},
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"cleanup": ["*"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler",
"tag": "v0.18.0"
}
]
}
]
}