mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 12:38:43 +08:00
Add recipes
This commit is contained in:
parent
c961d3fdd1
commit
e3fec0dffd
8
recipes/wip/net/http/ferron/recipe.toml
Normal file
8
recipes/wip/net/http/ferron/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#TODO not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/ferronweb/ferron"
|
||||||
|
[build]
|
||||||
|
template = "custom"
|
||||||
|
script = """
|
||||||
|
cookbook_cargo_packages ferron
|
||||||
|
"""
|
||||||
5
recipes/wip/science/astroterm/recipe.toml
Normal file
5
recipes/wip/science/astroterm/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#TODO not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/da-luce/astroterm"
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
8
recipes/wip/terminal/pretty/recipe.toml
Normal file
8
recipes/wip/terminal/pretty/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#TODO not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/rhaskia/preTTY"
|
||||||
|
[build]
|
||||||
|
template = "custom"
|
||||||
|
script = """
|
||||||
|
cookbook_cargo_packages prettyterm_gui
|
||||||
|
"""
|
||||||
5
recipes/wip/terminal/terminal-toys/recipe.toml
Normal file
5
recipes/wip/terminal/terminal-toys/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#TODO not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/Seebass22/terminal-toys"
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
5
recipes/wip/text/mado/recipe.toml
Normal file
5
recipes/wip/text/mado/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#TODO not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/akiomik/mado"
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
Loading…
Reference in New Issue
Block a user