comparison 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
comparison
equal deleted inserted replaced
131:8b4c3ff88985 132:d7761eb3f20b
1 {
2 "app-id": "org.salutatoi.SAT",
3 "branch": "0.7.0a2",
4 "runtime": "org.salutatoi.Platform",
5 "runtime-version": "0.7.0a2",
6 "sdk": "org.salutatoi.Sdk",
7 "command": "sat",
8 "finish-args": [
9 "--share=network",
10 "--filesystem=home"
11 ],
12 "modules": [
13 {
14 "name": "sat",
15 "buildsystem": "simple",
16 "build-commands": [
17 "install -D /usr/bin/sat /app/bin/sat"
18 ]
19 }
20 ]
21 }