Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silitics/rugpi-extra
Additional recipes and layers for Rugpi.
https://github.com/silitics/rugpi-extra
rugpi
Last synced: about 1 month ago
JSON representation
Additional recipes and layers for Rugpi.
- Host: GitHub
- URL: https://github.com/silitics/rugpi-extra
- Owner: silitics
- License: apache-2.0
- Created: 2023-12-22T12:20:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T14:16:34.000Z (7 months ago)
- Last Synced: 2024-06-17T15:59:33.006Z (7 months ago)
- Topics: rugpi
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Rugpi Extra
**Additional recipes and layers for [Rugpi](https://rugpi.io).**
To make the recipes and layers available, include the following in your `rugpi-bakery.toml`:
```toml
[repositories]
rugpi-extra = { git = "https://github.com/silitics/rugpi-extra.git", branch = "v0.6" }
```We follow [Cargo's flavor of semantic versioning](https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility).
You can also use the most recent development version by omitting the `branch` property.
Please be aware that this may break your builds if we introduce backwards-incompatible changes.## 🙌 Contributions
We accept pull requests adding additional recipes to `rugpi-extra` under the condition that these recipes are sufficiently general and widely applicable.
Please do not submit recipes for your own specific applications.
For those, you should create a separate repository yourself.
If you are unsure, feel free to open an issue.## ⚖️ Licensing
This project is licensed under either [MIT](https://github.com/silitics/rugpi/blob/main/LICENSE-MIT) or [Apache 2.0](https://github.com/silitics/rugpi/blob/main/LICENSE-APACHE) at your opinion.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache 2.0 license, shall be dual licensed as above, without any additional terms or conditions.
---
Made with ❤️ for OSS by [Silitics](https://www.silitics.com)