add recipes

This commit is contained in:
Ribbon 2024-03-12 20:15:37 +00:00
parent 5257e21297
commit 72d5b757d6
6 changed files with 36 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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