{
  "actions": {
    "case(os)": {
      "...": [
        {
          "command": [
            "bash",
            "configure",
            "--with-GL=no"
          ],
          "type": "post-fetch"
        },
        {
          "command": [
            "make",
            "src/gtkada-intl.adb"
          ],
          "type": "post-fetch"
        }
      ],
      "windows": [
        {
          "command": [
            "bash",
            "-c",
            "PATH=${DISTRIB_ROOT}/mingw64/bin:${PATH} ./configure --build=x86_64-w64-mingw32 --with-GL=no"
          ],
          "type": "post-fetch"
        },
        {
          "command": [
            "make",
            "src/gtkada-intl.adb"
          ],
          "type": "post-fetch"
        }
      ]
    }
  },
  "authors": [
    "AdaCore"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "libgtk3": "^3",
      "make": "*",
      "pkg_config": "*"
    }
  ],
  "description": "An Ada graphical toolkit based on Gtk+",
  "environment": {
    "case(os)": {
      "windows": {
        "PATH": {
          "append": "${CRATE_ROOT}/src/obj/gtkada/relocatable"
        }
      }
    }
  },
  "gpr-externals": {
    "LIBRARY_TYPE": [
      "static",
      "static-pic",
      "relocatable"
    ]
  },
  "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
  "maintainers": [
    "chouteau@adacore.com",
    "reznikmm@gmail.com"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau",
    "reznikmm"
  ],
  "name": "gtkada",
  "origin": {
    "hashes": [
      "sha512:8192cf81732dd1ce7bc6a2c7bf43e4665877933777af8ccc1a2ced48bec83c1550959e8fb1f786b9b8fef3f5ae5d854a0b3696af49cdb9d603d4429e2a58c42c"
    ],
    "url": "https://github.com/AdaCore/gtkada/archive/v22.0.0/gtkada-22.0.0.zip"
  },
  "project-files": [
    "src/gtkada.gpr"
  ],
  "tags": [
    "gtk",
    "gui"
  ],
  "version": "22.0.0",
  "website": "https://github.com/adacore/gtkada"
}
