add recipes

This commit is contained in:
Ribbon 2024-03-01 20:07:36 +00:00
parent d0249be5dd
commit 264a0598f9
8 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO very outdated crates
[source]
git = "https://github.com/erik/derive.rs"
[build]
template = "cargo"

View File

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

View File

@ -0,0 +1,8 @@
#TODO require camera drivers, see https://github.com/GreatAttractor/vidoxide#3-building
[source]
git = "https://github.com/GreatAttractor/vidoxide"
[build]
template = "cargo"
dependencies = [
"gtk3",
]

View File

@ -0,0 +1,5 @@
#TODO Seems to search for yt-dlp, see https://github.com/ZmoleCristian/gptube-cli/blob/main/Makefile
[source]
git = "https://github.com/ZmoleCristian/gptube-cli"
[build]
template = "cargo"

View File

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

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/kl/sub-batch"
rev = "a63ba33c6d0fdcb0e7a83da1c16bd8a19a43472b"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO missing dependencies, see https://github.com/animafps/teres/blob/main/CONTRIBUTING.md
[source]
git = "https://github.com/animafps/teres"
[build]
template = "cargo"
dependencies = [
"ffmpeg6",
]

View File

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