{
  "app-id": "io.github.diegoivan.GaticTacToe",
  "runtime": "org.gnome.Platform",
  "runtime-version": "46",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
    "org.freedesktop.Sdk.Extension.vala"
  ],
  "build-options": {
    "prepend-path": "/usr/lib/sdk/vala/bin/",
    "prepend-ld-library-path": "/usr/lib/sdk/vala/lib"
  },
  "command": "gatictactoe",
  "finish-args": [
    "--share=ipc",
    "--socket=fallback-x11",
    "--socket=wayland",
    "--device=dri"
  ],
  "cleanup": [
    "/include",
    "/lib/pkgconfig",
    "/share/pkgconfig",
    "/man",
    "/share/doc",
    "/share/vala",
    "/share/vala-*",
    "*.la",
    "*.a"
  ],
  "modules": [
    {
      "name": "GaticTacToe",
      "builddir": true,
      "buildsystem": "meson",
      "sources": [
        {
          "type": "dir",
          "path": "../.."
        }
      ]
    }
  ]
}