mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
42 lines
957 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|