From 7136f5a8b37afc82431aef168d83964c71d9fd71 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Wed, 6 Sep 2023 10:05:22 +0200 Subject: [PATCH] gnat_native, gnat_arm_elf, gnat_avr_elf, gnat_riscv64_elf 13.1.0 (#890) * GNAT 13.1 Native, ARM, RISC-V and AVR hosted on Windows x86_64 and Linux x86_64 * Fix tarball URLs --- .../gn/gnat_arm_elf/gnat_arm_elf-13.1.0.toml | 23 +++++++++++++++++++ .../gn/gnat_avr_elf/gnat_avr_elf-13.1.0.toml | 23 +++++++++++++++++++ index/gn/gnat_native/gnat_native-13.1.0.toml | 23 +++++++++++++++++++ .../gnat_riscv64_elf-13.1.0.toml | 23 +++++++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 index/gn/gnat_arm_elf/gnat_arm_elf-13.1.0.toml create mode 100644 index/gn/gnat_avr_elf/gnat_avr_elf-13.1.0.toml create mode 100644 index/gn/gnat_native/gnat_native-13.1.0.toml create mode 100644 index/gn/gnat_riscv64_elf/gnat_riscv64_elf-13.1.0.toml diff --git a/index/gn/gnat_arm_elf/gnat_arm_elf-13.1.0.toml b/index/gn/gnat_arm_elf/gnat_arm_elf-13.1.0.toml new file mode 100644 index 000000000..256d9055d --- /dev/null +++ b/index/gn/gnat_arm_elf/gnat_arm_elf-13.1.0.toml @@ -0,0 +1,23 @@ +name = "gnat_arm_elf" +version = "13.1.0" +provides = ["gnat=13.1.0"] +description = "The GNAT Ada compiler - ARM cross-compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" + +auto-gpr-with = false + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.1.0-1/gnat-arm-elf-linux64-13.1.0-1.tar.gz" +hashes = ["sha256:94c55ee2ac9b5e6a3e1458f5e63ad35ebd987e9cb8bc7f70cc28ce77f3087d6c"] + +[origin."case(os)".windows."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.1.0-1/gnat-arm-elf-windows64-13.1.0-1.tar.gz" +hashes = ["sha256:0f241a5037314c708944196cdb00bfcbaa2aecbd39cdebaffe697cb2cb7da8c9"] diff --git a/index/gn/gnat_avr_elf/gnat_avr_elf-13.1.0.toml b/index/gn/gnat_avr_elf/gnat_avr_elf-13.1.0.toml new file mode 100644 index 000000000..bb36665d7 --- /dev/null +++ b/index/gn/gnat_avr_elf/gnat_avr_elf-13.1.0.toml @@ -0,0 +1,23 @@ +name = "gnat_avr_elf" +version = "13.1.0" +provides = ["gnat=13.1.0"] +description = "The GNAT Ada compiler - AVR cross-compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" + +auto-gpr-with = false + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.1.0-1/gnat-avr-elf-linux64-13.1.0-1.tar.gz" +hashes = ["sha256:55d633b46c3220a31d2ffb12b409e929bfda0d05b31d8cf32d84b0a001d4d609"] + +[origin."case(os)".windows."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.1.0-1/gnat-avr-elf-windows64-13.1.0-1.tar.gz" +hashes = ["sha256:5a9df9bf5916b322171ae0423d21d4877305382ffcedd1c04f7753ab909b9d0c"] diff --git a/index/gn/gnat_native/gnat_native-13.1.0.toml b/index/gn/gnat_native/gnat_native-13.1.0.toml new file mode 100644 index 000000000..b89751efb --- /dev/null +++ b/index/gn/gnat_native/gnat_native-13.1.0.toml @@ -0,0 +1,23 @@ +name = "gnat_native" +version = "13.1.0" +provides = ["gnat=13.1.0"] +description = "The GNAT Ada compiler - Native" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" + +auto-gpr-with = false + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.1.0-1/gnat-x86_64-linux-13.1.0-1.tar.gz" +hashes = ["sha256:fdf29084a085cca39edc4ec5c6bb81f24f494e8b7ec3a605690831783d5e3a88"] + +[origin."case(os)".windows."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.1.0-1/gnat-x86_64-windows64-13.1.0-1.tar.gz" +hashes = ["sha256:84523e4d363c1e7687c51cd8c084ac8e9bededf8c084de73f47b07149a8afdfd"] diff --git a/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-13.1.0.toml b/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-13.1.0.toml new file mode 100644 index 000000000..6efff220c --- /dev/null +++ b/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-13.1.0.toml @@ -0,0 +1,23 @@ +name = "gnat_riscv64_elf" +version = "13.1.0" +provides = ["gnat=13.1.0"] +description = "The GNAT Ada compiler - RISC-V cross-compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" + +auto-gpr-with = false + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.1.0-1/gnat-riscv64-elf-linux64-13.1.0-1.tar.gz" +hashes = ["sha256:eda9e6f7bac3fdeb79f9b652542568c4e1665fe8f31ad6585f55863beaf445e9"] + +[origin."case(os)".windows."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.1.0-1/gnat-riscv64-elf-windows64-13.1.0-1.tar.gz" +hashes = ["sha256:4ac38b80e22d233ac9f5dcf9d7ad054a43b7c99f14f7c525dfb845e90585bc53"]