Add recipes

This commit is contained in:
Ribbon 2024-07-18 23:05:53 +00:00
parent 6a68376723
commit cba5c0e56b
4 changed files with 25 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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