Files
clapper/pkgs/flatpak/testing/gtuber.json
2021-10-18 15:32:55 +02:00

19 lines
337 B
JSON

{
"name": "gtuber",
"buildsystem": "meson",
"config-opts": [
"-Dvapi=disabled"
],
"cleanup": [
"/include",
"/lib/pkgconfig"
],
"sources": [
{
"type": "git",
"url": "https://github.com/Rafostar/gtuber.git",
"branch": "main"
}
]
}