{ "app-id": "fi.taimila.Stocks", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "command": "Stocks", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.dotnet9" ], "build-options": { "append-path": "/usr/lib/sdk/dotnet9/bin", "append-ld-library-path": "/usr/lib/sdk/dotnet9/lib", "env": { "PKG_CONFIG_PATH": "/app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/sdk/dotnet9/lib/pkgconfig", "RUNTIME": "linux-x64" } }, "finish-args": [ "--share=network", "--socket=fallback-x11", "--device=dri", "--socket=wayland" ], "modules": [ { "name": "blueprint-compiler", "buildsystem": "meson", "cleanup": [ "*" ], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", "tag": "v0.16.0" } ] }, { "name": "Stocks", "buildsystem": "meson", "builddir": true, "config-opts": [ "--buildtype=release" ], "build-options": { "arch": { "aarch64": { "env": { "RUNTIME": "linux-arm64" } }, "x86_64": { "env": { "RUNTIME": "linux-x64" } } } }, "sources": [ "nuget-sources.json", { "type": "dir", "path": ".." } ] } ] }