Skip to content

Commit

Permalink
Add gnat_native-11.2.2 and gprbuild-21.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm committed Nov 11, 2021
1 parent b6cc9e5 commit fe067eb
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# aarch64-alire-index
Alire port to aarch64
> Alire port to aarch64
This repository is a draft port of Alire to `aarch64` platform.

19 changes: 19 additions & 0 deletions index/gn/gnat_native/gnat_native-11.2.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "gnat_native"
version = "11.2.2"
provides = ["gnat=11.2.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(word-size)".bits-64]
url = "https://github.com/reznikmm/GNAT-FSF-builds/releases/download/gnat-11.2.0-2/gnat-aarch64-linux-11.2.0-2.tar.gz"
hashes = ["sha256:abba47ec9ace8c0fc8adcdacd3fa3381aedca409970ace5d35150b789c0e0d2e"]
14 changes: 14 additions & 0 deletions index/gp/gprbuild/gprbuild-21.0.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = "gprbuild"
version = "21.0.2"
description = "The GPRBuild Ada/multilanguage build tool"
maintainers = ["[email protected]"]
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/reznikmm/GNAT-FSF-builds/releases/download/gprbuild-21.0.0-2/gprbuild-aarch64-linux-21.0.0-2.tar.gz"
hashes = ["sha256:4ac5503ea535ada22a8c95b5171ea5ee1b84332fac74d1d40c22e08410d4a4c8"]
1 change: 1 addition & 0 deletions index/index.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version = "1.1"

0 comments on commit fe067eb

Please sign in to comment.