184006bea9
* 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".
34 lines
895 B
TOML
34 lines
895 B
TOML
name = "muntsos_raspberrypi1"
|
|
description = "MuntsOS Embedded Linux support for RaspberryPi1 targets"
|
|
tags = ["muntsos", "embedded", "linux", "arm", "raspberrypi1"]
|
|
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_raspberrypi1 = "*"
|
|
|
|
[[actions]]
|
|
type = "post-fetch"
|
|
command = ["sh", "-c", "./postfetch"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:7cc1995655ebb4e1d01f8f9964eb1846b4b604fbdea3eac243da44913927ab17",
|
|
"sha512:899850e3a83b34a6f8d71bb72f26eff4b0efa4df8f6897328af60cf9700726e0ac6722988030efb357515b7ce486abc1704ff71c87efa9d627fe4b3f4daa8739",
|
|
]
|
|
url = "http://repo.munts.com/alire/muntsos_raspberrypi1-1.0.0.tbz2"
|
|
|