Add recipes

This commit is contained in:
Ribbon 2024-06-21 19:54:24 +00:00
parent 91465b784d
commit f6967275d5
4 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://github.com/martinvonz/jj"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages jj-cli
"""

View File

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

View File

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

View File

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