mirror of
https://github.com/PSI-Rockin/DobieStation.git
synced 2025-04-02 10:52:46 -04:00
Make it build outside the source directory in order to remove the need for shell clean commands.
31 lines
672 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|