-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gnat_native-11.2.2 and gprbuild-21.0.2
- Loading branch information
Showing
4 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
version = "1.1" |