summaryrefslogtreecommitdiff
path: root/build/flatpak/org.gnome.GjsConsole.json
blob: 5873cfc0b98d1bcf1e06e9168bbf9958da56b9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "comment": "----------------------------------------------------------------",
  "comment": "This manifest is intended for a quick start with GJS using",
  "comment": "GNOME Builder.",
  "comment": "If you are planning to make contributions over a longer period",
  "comment": "then consider following the setup guide in doc/Hacking.md.",
  "comment": "----------------------------------------------------------------",
  "app-id": "org.gnome.GjsConsole",
  "runtime": "org.gnome.Platform",
  "runtime-version": "master",
  "sdk": "org.gnome.Sdk",
  "command": "gjs-console",
  "finish-args": [
    "--socket=x11",
    "--socket=wayland",
    "--share=network",
    "--filesystem=host"
  ],
  "modules": [
    {
      "name": "gjs",
      "buildsystem": "meson",
      "sources": [
        {
          "type": "git",
          "url": "https://gitlab.gnome.org/GNOME/gjs.git"
        }
      ]
    }
  ]
}