-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
muntsos_raspberrypizero2w release 9.0.0
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
index/mu/muntsos_raspberrypizero2w/muntsos_raspberrypizero2w-9.0.0.toml
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,33 @@ | ||
name = "muntsos_raspberrypizero2w" | ||
description = "MuntsOS Embedded Linux support for RaspberryPiZero2W targets" | ||
tags = ["muntsos", "embedded", "linux", "arm64", "raspberrypi3"] | ||
version = "9.0.0" | ||
website = "https://github.com/pmunts/muntsos" | ||
|
||
authors = ["Philip Munts"] | ||
maintainers = ["Philip Munts <[email protected]>"] | ||
maintainers-logins = ["pmunts"] | ||
|
||
project-files = ["aws.gpr", "libsimpleio.gpr"] | ||
|
||
[available."case(os)"] | ||
"linux" = true | ||
"..." = false | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[[depends-on]] | ||
muntsos_dev_ctng_aarch64 = "*" | ||
|
||
[[actions]] | ||
type = "post-fetch" | ||
command = ["sh", "-c", "./postfetch"] | ||
|
||
[origin] | ||
hashes = [ | ||
"sha256:041cd94555b6b7fa2f4f5cd3e81d6910c17df506b35492cdd155ddf08b96c163", | ||
"sha512:453038e5d308cbcf26e428c20d9f3634bd46d0c12738a07ca9c4fd1275e267d4853e8c3e4cabd5648aa809d820f52affa1e8c4b77c7e287307a857ecde494fe4", | ||
] | ||
url = "http://repo.munts.com/alire/muntsos_raspberrypizero2w-9.0.0.tbz2" | ||
|