view flatpak/org.salutatoi.Jp.json @ 132:d7761eb3f20b

flatpak: Flatpak manifests for backend and active frontends, first draft
author Goffi <goffi@goffi.org>
date Sun, 15 Jul 2018 11:48:08 +0200
parents
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"
            ]
        }
    ]
}