mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Add and move recipes
This commit is contained in:
parent
a7aebd9186
commit
d5e3a8d940
8
recipes/wip/archives/mlar/recipe.toml
Normal file
8
recipes/wip/archives/mlar/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ANSSI-FR/MLA"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages mlar
|
||||
"""
|
||||
5
recipes/wip/crypto/steg86/recipe.toml
Normal file
5
recipes/wip/crypto/steg86/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/woodruffw/steg86"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/wasminspect/recipe.toml
Normal file
5
recipes/wip/dev/wasminspect/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kateinoigakukun/wasminspect"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/pix-image-viewer/recipe.toml
Normal file
5
recipes/wip/graphics/pix-image-viewer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/google/pix-image-viewer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user