DobieStation/dist/com.github.psi_rockin.DobieStation.json
Carles Pastor 8e38b7afbe Flatpak manifest cleanup
Make it build outside the source directory in order to remove the need
for shell clean commands.
2018-03-05 01:02:45 +01:00

31 lines
672 B
JSON

{
"app-id": "com.github.psi_rockin.DobieStation",
"runtime": "org.kde.Platform",
"runtime-version": "5.9",
"sdk": "org.kde.Sdk",
"command": "DobieStation",
"finish-args": [
"--device=all",
"--filesystem=home:ro",
"--socket=pulseaudio",
"--socket=x11"
],
"modules": [
{
"name": "DobieStation",
"buildsystem": "cmake",
"no-make-install": true,
"builddir": true,
"build-commands": [
"mkdir /app/bin",
"install DobieStation /app/bin/"
],
"sources": [
{
"type": "git",
"url": "https://github.com/PSI-Rockin/DobieStation.git"
}
]
}
]
}