view flatpak/org.salutatoi.SAT.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 a68fc8159071
line wrap: on
line source

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