mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add recipes
This commit is contained in:
parent
4d5760898c
commit
a70b46146c
5
recipes/wip/games/turdle/recipe.toml
Normal file
5
recipes/wip/games/turdle/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/weiteck/turdle"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/ripgrep-all/recipe.toml
Normal file
5
recipes/wip/tools/ripgrep-all/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/phiresky/ripgrep-all"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tui/tui-slides/recipe.toml
Normal file
5
recipes/wip/tui/tui-slides/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Chleba/tui-slides"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user