{
  "actions": [
    {
      "command": [
        "bash",
        "-c",
        "PATH=${DISTRIB_ROOT}/mingw64/bin:${PATH} ./configure"
      ],
      "type": "post-fetch"
    },
    {
      "command": [
        "make",
        "src/gtkada-intl.adb"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "AdaCore"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "libgtk3": ">=3.24.24",
      "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",
  "long-description": "This crate requires Gtk3+ >= 3.24.24",
  "maintainers": [
    "chouteau@adacore.com",
    "reznikmm@gmail.com"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau",
    "reznikmm"
  ],
  "name": "gtkada",
  "origin": {
    "hashes": [
      "sha512:80c56171029539ab95be130cd3febcb6d65106fd9c5f9fda7e812c3f23b6e9da76cea636d257fa5778644d896f3c0dd6c2a6af8eca63ac9b5747993965ddc416"
    ],
    "url": "https://github.com/AdaCore/gtkada/archive/v24.0.0/gtkada-24.0.0.zip"
  },
  "project-files": [
    "src/gtkada.gpr"
  ],
  "tags": [
    "gtk",
    "gui"
  ],
  "version": "24.0.0",
  "website": "https://github.com/adacore/gtkada"
}
