Add recipes

This commit is contained in:
Ribbon 2025-07-03 06:06:25 -03:00
parent 1f238c0f91
commit badf148035
10 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ReFirmLabs/binwalk"
[build]
template = "cargo"
dependencies = [
"fontconfig",
"liblzma",
]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/transformrs/trv"
[build]
template = "cargo"
[package]
dependencies = [
"ffmpeg6",
"typst",
]