mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
Add recipes
This commit is contained in:
parent
d271ca3711
commit
ca8fcbca4f
8
recipes/wip/dev/pxp/recipe.toml
Normal file
8
recipes/wip/dev/pxp/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/pxp-lang/pxp"
|
||||||
|
[build]
|
||||||
|
template = "custom"
|
||||||
|
script = """
|
||||||
|
cookbook_cargo_packages pxp-tools
|
||||||
|
"""
|
||||||
5
recipes/wip/dev/pyrev/recipe.toml
Normal file
5
recipes/wip/dev/pyrev/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/hacbit/pyrev"
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
5
recipes/wip/doc/newdoc/recipe.toml
Normal file
5
recipes/wip/doc/newdoc/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/redhat-documentation/newdoc"
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
8
recipes/wip/doc/tendril-wiki/recipe.toml
Normal file
8
recipes/wip/doc/tendril-wiki/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/jamestthompson3/tendril-wiki"
|
||||||
|
[build]
|
||||||
|
template = "custom"
|
||||||
|
script = """
|
||||||
|
cookbook_cargo_packages bin
|
||||||
|
"""
|
||||||
8
recipes/wip/net/dqy/recipe.toml
Normal file
8
recipes/wip/net/dqy/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/dandyvica/dqy"
|
||||||
|
[build]
|
||||||
|
template = "custom"
|
||||||
|
script = """
|
||||||
|
cookbook_cargo_packages dqy
|
||||||
|
"""
|
||||||
8
recipes/wip/security/stegano/recipe.toml
Normal file
8
recipes/wip/security/stegano/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/steganogram/stegano-rs"
|
||||||
|
[build]
|
||||||
|
template = "custom"
|
||||||
|
script = """
|
||||||
|
cookbook_cargo_packages stegano-cli
|
||||||
|
"""
|
||||||
6
recipes/wip/tools/bacup/recipe.toml
Normal file
6
recipes/wip/tools/bacup/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
#TODO create a service
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/galeone/bacup"
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
5
recipes/wip/tools/ruke/recipe.toml
Normal file
5
recipes/wip/tools/ruke/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/kauefraga/ruke"
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
5
recipes/wip/tools/task-maker-rs/recipe.toml
Normal file
5
recipes/wip/tools/task-maker-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/edomora97/task-maker-rust"
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
5
recipes/wip/tools/wayback-rs/recipe.toml
Normal file
5
recipes/wip/tools/wayback-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#TODO Not compiled or tested
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/Neolex-Security/WaybackRust"
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
Loading…
Reference in New Issue
Block a user