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