diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/flatpak/org.salutatoi.SAT.json	Sun Jul 15 11:48:08 2018 +0200
@@ -0,0 +1,21 @@
+{
+    "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"
+            ]
+        }
+    ]
+}