Add recipes

This commit is contained in:
Ribbon 2024-05-12 06:16:42 +00:00
parent d271ca3711
commit ca8fcbca4f
10 changed files with 63 additions and 0 deletions

View 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
"""

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/hacbit/pyrev"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/redhat-documentation/newdoc"
[build]
template = "cargo"

View 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
"""

View 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
"""

View 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
"""

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
#TODO create a service
[source]
git = "https://github.com/galeone/bacup"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/kauefraga/ruke"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/edomora97/task-maker-rust"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/Neolex-Security/WaybackRust"
[build]
template = "cargo"