mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
ab8e300cf6
commit
e057c5aa8a
5
recipes/wip/db/jdbrowser/recipe.toml
Normal file
5
recipes/wip/db/jdbrowser/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Jkeyuk/JDbrowser"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/analysis/feluda/recipe.toml
Normal file
5
recipes/wip/dev/analysis/feluda/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/anistark/feluda"
|
||||
[build]
|
||||
template = "cargo"
|
||||
11
recipes/wip/dev/framework/sphere/recipe.toml
Normal file
11
recipes/wip/dev/framework/sphere/recipe.toml
Normal 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"
|
||||
"""
|
||||
10
recipes/wip/dev/lang/xylo/recipe.toml
Normal file
10
recipes/wip/dev/lang/xylo/recipe.toml
Normal 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"
|
||||
"""
|
||||
8
recipes/wip/games/strategy/rustoku/recipe.toml
Normal file
8
recipes/wip/games/strategy/rustoku/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/net/email/neverest/recipe.toml
Normal file
5
recipes/wip/net/email/neverest/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pimalaya/neverest"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/net/server/nea/recipe.toml
Normal file
9
recipes/wip/net/server/nea/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/search/lstr/recipe.toml
Normal file
5
recipes/wip/search/lstr/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bgreenwell/lstr"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/loriini/recipe.toml
Normal file
5
recipes/wip/terminal/loriini/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kolja/loriini"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/terminal/tattoy/recipe.toml
Normal file
8
recipes/wip/terminal/tattoy/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user