Add recipes

This commit is contained in:
Ribbon 2025-10-11 20:25:59 -03:00
parent b68340234b
commit 11ef884ba9
10 changed files with 65 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/WizCrab/conduit-cli-game"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/dndx/phantun"
[build]
template = "custom"
script = """
cookbook_cargo_packages phantun
"""

View File

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

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://github.com/czerwonk/hakanai"
[build]
template = "custom"
dependencies = [
"openssl3"
]
script = """
cookbook_cargo_packages hakanai hakanai-server
"""

View File

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

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/iffse/pay-respects"
[build]
template = "custom"
script = """
cookbook_cargo_packages pay-respects
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/bahdotsh/blogr"
[build]
template = "custom"
script = """
cookbook_cargo_packages blogr-cli
"""

View File

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