diff --git a/recipes/wip/db/jdbrowser/recipe.toml b/recipes/wip/db/jdbrowser/recipe.toml new file mode 100644 index 00000000..6f6c24a1 --- /dev/null +++ b/recipes/wip/db/jdbrowser/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Jkeyuk/JDbrowser" +[build] +template = "cargo" diff --git a/recipes/wip/dev/analysis/feluda/recipe.toml b/recipes/wip/dev/analysis/feluda/recipe.toml new file mode 100644 index 00000000..ded0ba6e --- /dev/null +++ b/recipes/wip/dev/analysis/feluda/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/anistark/feluda" +[build] +template = "cargo" diff --git a/recipes/wip/dev/framework/sphere/recipe.toml b/recipes/wip/dev/framework/sphere/recipe.toml new file mode 100644 index 00000000..2874ae49 --- /dev/null +++ b/recipes/wip/dev/framework/sphere/recipe.toml @@ -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" +""" diff --git a/recipes/wip/dev/lang/xylo/recipe.toml b/recipes/wip/dev/lang/xylo/recipe.toml new file mode 100644 index 00000000..313ee089 --- /dev/null +++ b/recipes/wip/dev/lang/xylo/recipe.toml @@ -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" +""" diff --git a/recipes/wip/games/strategy/rustoku/recipe.toml b/recipes/wip/games/strategy/rustoku/recipe.toml new file mode 100644 index 00000000..05e4371e --- /dev/null +++ b/recipes/wip/games/strategy/rustoku/recipe.toml @@ -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 +""" diff --git a/recipes/wip/net/email/neverest/recipe.toml b/recipes/wip/net/email/neverest/recipe.toml new file mode 100644 index 00000000..7562958c --- /dev/null +++ b/recipes/wip/net/email/neverest/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/pimalaya/neverest" +[build] +template = "cargo" diff --git a/recipes/wip/net/server/nea/recipe.toml b/recipes/wip/net/server/nea/recipe.toml new file mode 100644 index 00000000..82f20a54 --- /dev/null +++ b/recipes/wip/net/server/nea/recipe.toml @@ -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 +""" diff --git a/recipes/wip/search/lstr/recipe.toml b/recipes/wip/search/lstr/recipe.toml new file mode 100644 index 00000000..b91c05a1 --- /dev/null +++ b/recipes/wip/search/lstr/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bgreenwell/lstr" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/loriini/recipe.toml b/recipes/wip/terminal/loriini/recipe.toml new file mode 100644 index 00000000..77b9afdf --- /dev/null +++ b/recipes/wip/terminal/loriini/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/kolja/loriini" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/tattoy/recipe.toml b/recipes/wip/terminal/tattoy/recipe.toml new file mode 100644 index 00000000..4dfe5668 --- /dev/null +++ b/recipes/wip/terminal/tattoy/recipe.toml @@ -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 +"""