d48fe227a3
* muntsos_beaglebone release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file. * muntsos_raspberrypi1 release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file. * muntsos_raspberrypi2 release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file. * muntsos_raspberrypi3 release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file. * muntsos_raspberrypi4 release 2.0.0 Change a project to cross-compiled by copying default.gpr to the project directory, instead of adding "for Target use" to the project file.
34 lines
892 B
TOML
34 lines
892 B
TOML
name = "muntsos_raspberrypi3"
|
|
description = "MuntsOS Embedded Linux support for RaspberryPi3 targets"
|
|
tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi3"]
|
|
version = "2.0.0"
|
|
website = "https://github.com/pmunts/muntsos"
|
|
|
|
authors = ["Philip Munts"]
|
|
maintainers = ["Philip Munts <phil@munts.net>"]
|
|
maintainers-logins = ["pmunts"]
|
|
|
|
project-files = ["aws.gpr", "libsimpleio.gpr"]
|
|
|
|
[available."case(os)"]
|
|
"linux" = true
|
|
"..." = false
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[[depends-on]]
|
|
muntsos_dev_aarch64 = "*"
|
|
|
|
[[actions]]
|
|
type = "post-fetch"
|
|
command = ["sh", "-c", "./postfetch"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:70545f323ec3106d586e3fdd5a52c921d621ad5bd937be060250172f790e2c91",
|
|
"sha512:687017d05a5c9ba2a8488b827260f15f207632a5771bd910a579572827cc25c352eabb07bcd39e92e693cb5068bd69331f579f1d618cfbdf38205123f9d2c3f9",
|
|
]
|
|
url = "http://repo.munts.com/alire/muntsos_raspberrypi3-2.0.0.tbz2"
|
|
|