isle-portable/pizza.isle.IslePortable.json
2025-06-21 21:01:30 -05:00

42 lines
957 B
JSON

{
"id": "pizza.isle.IslePortable",
"runtime": "org.kde.Platform",
"sdk": "org.kde.Sdk",
"runtime-version": "6.9",
"command": "isle",
"finish-args": [
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--device=dri",
"--device=input"
],
"modules": [
{
"name": "isle",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DISLE_DEBUG=OFF"
],
"sources": [
{
"type": "git",
"url": "https://github.com/isledecomp/isle-portable.git",
"branch": "master"
}
],
"build-options": {
"build-args": [
"--share=network"
]
}
}
]
}