mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"name": "gtuber",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Dintrospection=disabled",
|
|
"-Dvapi=disabled",
|
|
"-Dgst-gtuber=enabled"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Rafostar/gtuber.git",
|
|
"branch": "main"
|
|
}
|
|
]
|
|
}
|