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
4f23474a80
commit
61dfd02d4e
8
recipes/wip/demos/mage/recipe.toml
Normal file
8
recipes/wip/demos/mage/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/baad-c0de/mage-core"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples basic font3 hello
|
||||
"""
|
||||
5
recipes/wip/dev/analysis/hex/recipe.toml
Normal file
5
recipes/wip/dev/analysis/hex/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sitkevij/hex"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/terminal/ascii-image/recipe.toml
Normal file
5
recipes/wip/graphics/terminal/ascii-image/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kpberry/image-to-ascii"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/terminal/tapciify/recipe.toml
Normal file
5
recipes/wip/graphics/terminal/tapciify/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tapnisu/tapciify"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user