From 155321e60ff4cd4c1a2f92e9eb9df1f38ad2bd28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Sagaert?= Date: Mon, 11 May 2026 13:22:39 +0200 Subject: [PATCH] gnatdoc_bin 26.0.0 metadata fix path (#1900) --- index/gn/gnatdoc_bin/gnatdoc_bin-26.0.0.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index/gn/gnatdoc_bin/gnatdoc_bin-26.0.0.toml b/index/gn/gnatdoc_bin/gnatdoc_bin-26.0.0.toml index dac601cc..58247176 100644 --- a/index/gn/gnatdoc_bin/gnatdoc_bin-26.0.0.toml +++ b/index/gn/gnatdoc_bin/gnatdoc_bin-26.0.0.toml @@ -9,9 +9,6 @@ maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"] licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" website = "https://github.com/AdaCore/gnatdoc" -executables = ["gnatdoc"] -project-files = ["gnat/libgnatdoc.gpr", "gnat/gnatdoc.gpr"] - long-description = """GNATdoc is a documentation tool for Ada which processes source files, extracts documentation from the sources, and generates either annotated HTML files or Restructured Text (.rst) files. @@ -26,6 +23,9 @@ This is a binary release of GNATdoc, built from tha [GNAT-FSF-builds](https://gi [[forbids]] gnatdoc = "*" +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + [origin."case(os)".macos."case(host-arch)".aarch64] url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatdoc-26.0.0-1/gnatdoc-aarch64-darwin-26.0.0-1.tar.gz" hashes = ["sha256:ebb5ba9e5ceec93a60a219851c79427986484334a926bb0103ee24782dcf0707"]