Add recipes

This commit is contained in:
Ribbon 2025-06-19 21:01:33 -03:00
parent ab8e300cf6
commit e057c5aa8a
10 changed files with 71 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Nakadra/sphere-runtime"
[build]
template = "custom"
script = """
cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}/usr/share/sphere"
cp -rv "${COOKBOOK_SOURCE}/*.sphere" "${COOKBOOK_STAGE}/usr/share/sphere"
echo "entrypoint = "echo 'Hello, from my first Sphere!'"" > "${COOKBOOK_STAGE}/usr/share/sphere/hello.sphere"
"""

View File

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

View File

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

View File

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

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
#TODO require the mold liker to be installed
[source]
git = "https://github.com/tweedegolf/nea"
[build]
template = "custom"
script = """
cookbook_cargo_packages nea
"""

View File

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

View File

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

View File

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