mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
Add recipes
This commit is contained in:
parent
49901b0a2d
commit
ffa5dd35ec
8
recipes/wip/dev/gfold/recipe.toml
Normal file
8
recipes/wip/dev/gfold/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nickgerace/gfold"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages gfold
|
||||
"""
|
||||
5
recipes/wip/dev/leetup/recipe.toml
Normal file
5
recipes/wip/dev/leetup/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dragfire/leetup"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/ucd-generate/recipe.toml
Normal file
5
recipes/wip/dev/ucd-generate/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/BurntSushi/ucd-generate"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/science/scidataflow/recipe.toml
Normal file
5
recipes/wip/science/scidataflow/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/vsbuffalo/scidataflow"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user