Add recipes

This commit is contained in:
Ribbon 2024-05-30 08:55:18 +00:00
parent 52bc28fdb1
commit 60fa79bbbf
8 changed files with 51 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,13 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/Orange-OpenSource/hurl"
[build]
template = "cargo"
dependencies = [
"openssl1",
"curl",
"libxml2",
]
script = """
cookbook_cargo_packages hurl
"""

View File

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

View File

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

View File

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

View File

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

View File

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