flatpak: Build gtuber

This commit is contained in:
Rafał Dzięgiel
2021-10-18 15:32:55 +02:00
parent 79618edd1e
commit 2076309aaa
3 changed files with 20 additions and 0 deletions

View File

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