Add recipes

This commit is contained in:
Ribbon 2025-09-15 06:36:55 -03:00
parent 345e778186
commit c22f422720
11 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://codeberg.org/lukeflo/bibiman"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://codeberg.org/outfly/outfly"
[build]
template = "cargo"

View File

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

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/domcyrus/rustnet"
[build]
template = "cargo"
dependencies = [
"libpcap",
]

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
# require nerdfonts
[source]
git = "https://github.com/CompeyDev/ssh-portfolio"
[build]
template = "cargo"

View File

@ -0,0 +1,14 @@
#TODO missing dependencies
[source]
git = "https://codeberg.org/edestcroix/Recordbox"
[build]
template = "custom"
dependencies = [
"sqlite3",
"gtk4",
"glib",
"libadwaita",
"liblcms",
"gstreamer",
]
script = "DYNAMIC_INIT cookbook_cargo"

View File

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

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://codeberg.org/unspeaker/tek"
[build]
template = "cargo"

View File

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

View File

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

View File

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