Skip to content

Instantly share code, notes, and snippets.

@cpba
Created January 29, 2018 20:38
Show Gist options
  • Save cpba/574f9ccdd47ffb40e1079bc7d52a0ea0 to your computer and use it in GitHub Desktop.
Save cpba/574f9ccdd47ffb40e1079bc7d52a0ea0 to your computer and use it in GitHub Desktop.
Manifest for flatpak-builder
{
"app-id": "com.github.psi_rockin.CorgiDS",
"runtime": "org.kde.Platform",
"runtime-version": "5.9",
"sdk": "org.kde.Sdk",
"command": "corgids",
"finish-args": [
"--device=all",
"--filesystem=host:ro",
"--socket=pulseaudio",
"--socket=x11"
],
"modules": [
{
"name": "corgids",
"buildsystem": "meson",
"config-opts": [
"--buildtype=release"
],
"sources": [
{
"type": "git",
"url": "https://github.com/cpba/CorgiDS.git"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment