From ec4f281b37fb165d29602a942d658b52224794bb Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Sun, 18 Jul 2021 14:32:29 +0200 Subject: [PATCH] GNAT 10.3-1 for all targets --- index/gn/gnat_arm/gnat_arm-10.3.0-1.toml | 24 +++++++++++++++++++ .../gnat_linux64/gnat_linux64-10.3.0-1.toml | 2 +- .../gnat_macos64/gnat_macos64-10.3.0-1.toml | 17 +++++++++++++ .../gnat_riscv64/gnat_riscv64-10.3.0-1.toml | 14 ++++++++--- .../gnat_windows64-10.3.0-1.toml | 17 +++++++++++++ 5 files changed, 70 insertions(+), 4 deletions(-) create mode 100644 index/gn/gnat_arm/gnat_arm-10.3.0-1.toml create mode 100644 index/gn/gnat_macos64/gnat_macos64-10.3.0-1.toml create mode 100644 index/gn/gnat_windows64/gnat_windows64-10.3.0-1.toml diff --git a/index/gn/gnat_arm/gnat_arm-10.3.0-1.toml b/index/gn/gnat_arm/gnat_arm-10.3.0-1.toml new file mode 100644 index 00000000..6f638f6a --- /dev/null +++ b/index/gn/gnat_arm/gnat_arm-10.3.0-1.toml @@ -0,0 +1,24 @@ +name = "gnat_arm" +version = "10.3-1" +provides = ["gnat=10.3-1"] + +description = "The GNAT Ada compiler - ARM cross-compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] + +auto-gpr-with = false + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-1/gnat-arm-elf-linux64-10.3.0-1.tar.gz" +hashes = ["sha256:8f71f65acc2eb45adc335318f7c9b33bfe77121fb17b404e252da969de6621a2"] + +[origin."case(os)".macos."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-1/gnat-arm-elf-darwin-10.3.0-1.tar.gz" +hashes = ["sha256:2e090fa57235829873f8b3154a80ed890dd11c3d7c7f9a6b1cbb9921cce674f2"] + +[origin."case(os)".windows."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-1/gnat-arm-elf-windows64-10.3.0-1.tar.gz" +hashes = ["sha256:7562c6f8beb9732fad32be692abf93e9aa54d39837f8232edeb593ba2cfc29fe"] diff --git a/index/gn/gnat_linux64/gnat_linux64-10.3.0-1.toml b/index/gn/gnat_linux64/gnat_linux64-10.3.0-1.toml index e221aeab..e21b0bd1 100644 --- a/index/gn/gnat_linux64/gnat_linux64-10.3.0-1.toml +++ b/index/gn/gnat_linux64/gnat_linux64-10.3.0-1.toml @@ -8,7 +8,7 @@ auto-gpr-with = false provides = ["gnat=10.3-1"] -[environment."case(os)".linux] +[environment] PATH.prepend = "${CRATE_ROOT}/bin" # Native compiler diff --git a/index/gn/gnat_macos64/gnat_macos64-10.3.0-1.toml b/index/gn/gnat_macos64/gnat_macos64-10.3.0-1.toml new file mode 100644 index 00000000..d08180d1 --- /dev/null +++ b/index/gn/gnat_macos64/gnat_macos64-10.3.0-1.toml @@ -0,0 +1,17 @@ +name = "gnat_macos64" +version = "10.3-1" +description = "The GNAT Ada compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] + +auto-gpr-with = false + +provides = ["gnat=10.3-1"] + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +# Native compiler +[origin."case(os)".macos."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-1/gnat-x86_64-darwin-10.3.0-1.tar.gz" +hashes = ["sha256:20b3092f830adda081737e2d66322da8d4ad2bb9f5aa985bd18312d04fc61458"] diff --git a/index/gn/gnat_riscv64/gnat_riscv64-10.3.0-1.toml b/index/gn/gnat_riscv64/gnat_riscv64-10.3.0-1.toml index 28e5b5e0..270415e8 100644 --- a/index/gn/gnat_riscv64/gnat_riscv64-10.3.0-1.toml +++ b/index/gn/gnat_riscv64/gnat_riscv64-10.3.0-1.toml @@ -1,16 +1,24 @@ name = "gnat_riscv64" version = "10.3-1" +provides = ["gnat=10.3-1"] + description = "The GNAT Ada compiler - RISC-V cross-compiler" maintainers = ["chouteau@adacore.com"] maintainers-logins = ["Fabien-Chouteau"] auto-gpr-with = false -provides = ["gnat=10.3-1"] - -[environment."case(os)".linux] +[environment] PATH.prepend = "${CRATE_ROOT}/bin" [origin."case(os)".linux."case(word-size)".bits-64] url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-1/gnat-riscv64-elf-linux64-10.3.0-1.tar.gz" hashes = ["sha256:209ee8df59c3f84412f9cb5121a2df4db45daedce47fbd19f7318461b1a4c00a"] + +[origin."case(os)".macos."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-1/gnat-riscv64-elf-darwin-10.3.0-1.tar.gz" +hashes = ["sha256:a64d12884ab5a6892e0263ed136dd73f1917fc21a80c127b9495059dd3c1c70d"] + +[origin."case(os)".windows."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-1/gnat-riscv64-elf-windows64-10.3.0-1.tar.gz" +hashes = ["sha256:f20c48b6097529361ab540fa17728292dc304749745e0222e6f17eb710337a22"] diff --git a/index/gn/gnat_windows64/gnat_windows64-10.3.0-1.toml b/index/gn/gnat_windows64/gnat_windows64-10.3.0-1.toml new file mode 100644 index 00000000..760b6478 --- /dev/null +++ b/index/gn/gnat_windows64/gnat_windows64-10.3.0-1.toml @@ -0,0 +1,17 @@ +name = "gnat_windows64" +version = "10.3-1" +description = "The GNAT Ada compiler" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] + +auto-gpr-with = false + +provides = ["gnat=10.3-1"] + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +# Native compiler +[origin."case(os)".windows."case(word-size)".bits-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-1/gnat-x86_64-windows64-10.3.0-1.tar.gz" +hashes = ["sha256:6d85b367c642195308440f5b8bdc10b529e2014d58c4ada06e9c8a1f86bf5342"]