mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
19 lines
337 B
JSON
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"
|
|
}
|
|
]
|
|
}
|