Files
alire-index-community/index/mu/muntsos_raspberrypi3/muntsos_raspberrypi3-1.0.0.toml
pmunts 184006bea9 muntsos_* 1.0.0 (#736)
* External crates for MuntsOS Embedded Linux cross-toolchain metapackages.

* muntsos_beaglebone release 1.0.0

You can prepare an Alire program project to target MuntsOS Embedded
Linux on a BeagleBone board with just "alr with muntsos_beaglebone".

* muntsos_raspberrypi1 release 1.0.0

You can prepare an Alire program project to target MuntsOS Embedded
Linux on a Raspberry Pi 1 board with just "alr with muntsos_raspberrypi1".

* muntsos_raspberrypi2 release 1.0.0

You can prepare an Alire program project to target MuntsOS Embedded
Linux on a Raspberry Pi 2 board with just "alr with muntsos_raspberrypi2".

* muntsos_raspberrypi3 release 1.0.0

You can prepare an Alire program project to target MuntsOS Embedded
Linux on a Raspberry Pi 3 board with just "alr with muntsos_raspberrypi3".

* muntsos_raspberrypi4 release 1.0.0

You can prepare an Alire program project to target MuntsOS Embedded
Linux on a Raspberry Pi 4 board with just "alr with muntsos_raspberrypi4".
2023-03-09 12:02:31 +01:00

34 lines
892 B
TOML

name = "muntsos_raspberrypi3"
description = "MuntsOS Embedded Linux support for RaspberryPi3 targets"
tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi3"]
version = "1.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:9eaf8ca4119ab757ea7e6cad1a266d4f6cc67e85e5d6fe727cbe7c8eea2e68e6",
"sha512:6f6e47179ce3a3d78b3a147eab2ccdace311c826c4989dfd18bef65983da388d425e754e5e65c634e1d79e60d058c000b9c4b44daaf9ecbdf9a0faba3664b96f",
]
url = "http://repo.munts.com/alire/muntsos_raspberrypi3-1.0.0.tbz2"