Add recipes

This commit is contained in:
Ribbon 2025-12-10 02:12:52 -03:00
parent 76315e14f1
commit 143a955685
7 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/tinywatcher/tinywatcher"
[build]
template = "cargo"

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/AfaanBilal/NanoCore"
[build]
template = "custom"
script = """
cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}/usr/share/nanocore"
cp -rv "${COOKBOOK_SOURCE}"/programs/* "${COOKBOOK_STAGE}/usr/share/nanocore"
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/io12/unf"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/akiomik/nostui"
[build]
template = "cargo"

View File

@ -0,0 +1,13 @@
#TODO not compiled or tested
#TODO resource packaging: https://github.com/lockedmutex/rhyolite/blob/master/Cargo.toml#L43
[source]
git = "https://github.com/lockedmutex/rhyolite"
[build]
template = "custom"
dependencies = [
"freetype2",
"fontconfig",
]
script = """
cookbook_cargo --profile release
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Epistates/treemd"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/bearcove/dodeca"
[build]
template = "custom"
script = """
cookbook_cargo_packages dodeca
"""