gnatdoc_bin 26.0.0 metadata fix path (#1900)

This commit is contained in:
César Sagaert
2026-05-11 13:22:39 +02:00
committed by GitHub
parent b3948f0b36
commit 155321e60f
+3 -3
View File
@@ -9,9 +9,6 @@ maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"]
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" licenses = "GPL-3.0-or-later WITH GCC-exception-3.1"
website = "https://github.com/AdaCore/gnatdoc" 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, 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. 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]] [[forbids]]
gnatdoc = "*" gnatdoc = "*"
[environment]
PATH.prepend = "${CRATE_ROOT}/bin"
[origin."case(os)".macos."case(host-arch)".aarch64] [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" 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"] hashes = ["sha256:ebb5ba9e5ceec93a60a219851c79427986484334a926bb0103ee24782dcf0707"]