Alpaca/com.jeffser.Alpaca.json

41 lines
927 B
JSON
Raw Normal View History

2024-05-12 18:18:25 -06:00
{
"id" : "com.jeffser.Alpaca",
"runtime" : "org.gnome.Platform",
"runtime-version" : "46",
"sdk" : "org.gnome.Sdk",
"command" : "alpaca",
"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" : [
2024-05-12 22:45:31 -06:00
"python3-requests.json",
2024-05-12 18:18:25 -06:00
{
"name" : "alpaca",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/Jeffser/Alpaca.git",
2024-05-12 23:26:47 -06:00
"tag": "0.1.2"
2024-05-12 18:18:25 -06:00
}
]
2024-05-12 22:45:31 -06:00
}
2024-05-12 18:18:25 -06:00
]
}