mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Add recipes
This commit is contained in:
parent
91465b784d
commit
f6967275d5
11
recipes/wip/dev/jujutsu/recipe.toml
Normal file
11
recipes/wip/dev/jujutsu/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/martinvonz/jj"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages jj-cli
|
||||
"""
|
||||
5
recipes/wip/graphics/halo/recipe.toml
Normal file
5
recipes/wip/graphics/halo/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bungoboingo/halo"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/zeitfetch/recipe.toml
Normal file
5
recipes/wip/tools/zeitfetch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nidnogg/zeitfetch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tui/lazyjj/recipe.toml
Normal file
5
recipes/wip/tui/lazyjj/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Cretezy/lazyjj"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user