view flatpak/org.salutatoi.Jp.json @ 133:a68fc8159071

flatpak (org.salutatoi.SAT): autolaunch backend when SàT D-Bus is requested
author Goffi <goffi@goffi.org>
date Sun, 15 Jul 2018 14:41:04 +0200
parents d7761eb3f20b
children 4549cf265131
line wrap: on
line source

{
    "app-id": "org.salutatoi.Jp",
    "branch": "0.7.0a2",
    "runtime": "org.salutatoi.Platform",
    "runtime-version": "0.7.0a2",
    "sdk": "org.salutatoi.Sdk",
    "command": "jp",
    "finish-args": [
        "--socket=session-bus",
        "--share=network",
        "--filesystem=home"
    ],
    "modules": [
        {
            "name": "jp",
            "buildsystem": "simple",
            "build-commands": [
                "install -D /usr/bin/jp /app/bin/jp"
            ]
        }
    ]
}