Skip to content

Commit

Permalink
GNAT FSF 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed May 29, 2024
1 parent cd81313 commit ea3d6f3
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index/gn/gnat_arm_elf/gnat_arm_elf-14.1.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

name = "gnat_arm_elf"
version = "14.1.2"
provides = ["gnat=14.1.2"]
description = "The GNAT Ada compiler - ARM cross-compiler"
maintainers = ["[email protected]"]
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]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-arm-elf-linux64-14.1.0-2.tar.gz"
hashes = ["sha256:3cc4a87e04bd1e189bcf038bf7d03d8b532595adbf314652c4130cc76614dc2e"]

[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-arm-elf-windows64-14.1.0-2.tar.gz"
hashes = ["sha256:18377a984c68032a619f0533a8bc091640b042aa102488e79e93e0c695d3b020"]

[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-arm-elf-darwin-14.1.0-2.tar.gz"
hashes = ["sha256:740c6e801667eca34edb8eea245450af9a7050a8b2bacecb642bb41826c7e065"]
31 changes: 31 additions & 0 deletions index/gn/gnat_avr_elf/gnat_avr_elf-14.1.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

name = "gnat_avr_elf"
version = "14.1.2"
provides = ["gnat=14.1.2"]
description = "The GNAT Ada compiler - RISC-V cross-compiler"
maintainers = ["[email protected]"]
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]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-avr-elf-linux64-14.1.0-2.tar.gz"
hashes = ["sha256:8a9b74f3a6fb08bbd5cf94ad5c11931b54c2b68b1df2dd57fa7c419392abc217"]

[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-avr-elf-windows64-14.1.0-2.tar.gz"
hashes = ["sha256:bfd4a0cf303c9acb2cca97b80feb04ee2092412c22ff9ec8d9cd5e312350a702"]

[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-avr-elf-darwin-14.1.0-2.tar.gz"
hashes = ["sha256:cbb94003b6e70192156533ae1386dae8f618c141b7a79b83c89b5829ef273636"]
31 changes: 31 additions & 0 deletions index/gn/gnat_native/gnat_native-14.1.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

name = "gnat_native"
version = "14.1.2"
provides = ["gnat=14.1.2"]
description = "The GNAT Ada compiler - Native"
maintainers = ["[email protected]"]
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]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-x86_64-linux-14.1.0-2.tar.gz"
hashes = ["sha256:0db26ef3b35d56ecb199ca17f312d0d755c2596ddb5aff77ca807f4267e9ba66"]

[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-x86_64-windows64-14.1.0-2.tar.gz"
hashes = ["sha256:ff0e5e89ce5e147f2d4cc4fc7f1864727910b6ff61d223b5675eff8353aeed08"]

[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-x86_64-darwin-14.1.0-2.tar.gz"
hashes = ["sha256:0279b2f34c4dfe5f900c5830f36bda9c73316cf2a41f57064b03aaa35b8da9b0"]
31 changes: 31 additions & 0 deletions index/gn/gnat_riscv64_elf/gnat_riscv64_elf-14.1.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

name = "gnat_riscv64_elf"
version = "14.1.2"
provides = ["gnat=14.1.2"]
description = "The GNAT Ada compiler - AVR cross-compiler"
maintainers = ["[email protected]"]
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]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-riscv64-elf-linux64-14.1.0-2.tar.gz"
hashes = ["sha256:7cb9730fd36ee87ccc071a92370b84676e0ebbed6fe05ca27bbc9a73b67e9163"]

[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-riscv64-elf-windows64-14.1.0-2.tar.gz"
hashes = ["sha256:643e2f5542444b48dbf19caa363ac0cb66a6d73892f1240df7918e021b72f442"]

[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-2/gnat-riscv64-elf-darwin-14.1.0-2.tar.gz"
hashes = ["sha256:8d2c2b24965679e1699987d51c010c5ad98bc9f7f916add8e9daae23ef957f8c"]

0 comments on commit ea3d6f3

Please sign in to comment.