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
b9116617c1
commit
b5dd8a4ebf
5
recipes/wip/dev/alt/recipe.toml
Normal file
5
recipes/wip/dev/alt/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dotboris/alt"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/git-chain/recipe.toml
Normal file
5
recipes/wip/dev/git-chain/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dashed/git-chain"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/git-repo-manager/recipe.toml
Normal file
5
recipes/wip/dev/git-repo-manager/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/hakoerber/git-repo-manager"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/knope/recipe.toml
Normal file
8
recipes/wip/dev/knope/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/knope-dev/knope"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages knope
|
||||
"""
|
||||
5
recipes/wip/dev/omni/recipe.toml
Normal file
5
recipes/wip/dev/omni/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/XaF/omni"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/pilka/recipe.toml
Normal file
5
recipes/wip/graphics/pilka/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pudnax/pilka"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user