view flatpak/org.libervia.Libervia.json @ 176:e7df6534e387 default tip

association: ajout du compte rendu de l'AG extraordinaire du 17 décembre 2022
author Goffi <goffi@goffi.org>
date Tue, 17 Jan 2023 14:13:58 +0100
parents a213053a03be
children
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",
                "install -D /usr/lib/python2.7/site-packages/sat-0.7.0a2-py2.7.egg/share/dbus-1/services/org.salutatoi.SAT.service /app/share/dbus-1/services/org.salutatoi.SAT.service"
            ]
        }
    ]
}