qocker-miqt/flatpak/sa.sy.qocker.json
2024-09-28 20:47:45 +07:00

31 lines
822 B
JSON

{
"app-id": "sa.sy.Qocker",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-23.08",
"sdk": "org.kde.Sdk",
"base": "com.riverbankcomputing.PyQt.BaseApp",
"base-version": "5.15-23.08",
"command": "qocker",
"modules": [
{
"name": "qocker",
"buildsystem": "simple",
"build-commands": [
"install -Dm755 main.py /app/bin/qocker"
],
"sources": [
{
"type": "git",
"url": "https://github.com/xlmnxp/qocker.git",
"tag": "v0.2"
}
]
}
],
"finish-args": [
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=/run/docker.sock"
]
}