{
  "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:d3787772c13455df72c837c0ec881c6f6e38322a7f636965bd2442e94daca93a13aa53e7f2f9e74ee4412f7df59dbffcf867f4292e7cf3f3a4b31966e67668ff"
    ],
    "url": "https://github.com/adacore/gtkada/archive/v25.0.1/gtkada-25.0.1.zip"
  },
  "project-files": [
    "src/gtkada.gpr"
  ],
  "tags": [
    "gtk",
    "gui"
  ],
  "version": "25.0.1",
  "website": "https://github.com/adacore/gtkada"
}
