mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
add recipes
This commit is contained in:
parent
264a0598f9
commit
41261be4cc
5
recipes/wip/dev/oxidizer/recipe.toml
Normal file
5
recipes/wip/dev/oxidizer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ix/oxidizer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/rscale2x/recipe.toml
Normal file
5
recipes/wip/graphics/rscale2x/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ahmetmutlugun/rscale2x"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/upscaler-rs/recipe.toml
Normal file
5
recipes/wip/graphics/upscaler-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/DhruvDh/upscaler"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/net/anime-downloader/recipe.toml
Normal file
6
recipes/wip/net/anime-downloader/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/B0SEmc/Anime-Downloader"
|
||||
rev = "36439fcf8665a363d95fe0e56de69909d0ff381b"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/video/detect-scene-change/recipe.toml
Normal file
5
recipes/wip/video/detect-scene-change/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/soruly/detect-scene-change"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/video/gopro-assembler/recipe.toml
Normal file
5
recipes/wip/video/gopro-assembler/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/alichtman/gopro-chaptered-video-assembler"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/video/trimmeroni/recipe.toml
Normal file
5
recipes/wip/video/trimmeroni/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/outfrost/trimmeroni"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/video/video4discord/recipe.toml
Normal file
5
recipes/wip/video/video4discord/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Seebass22/video4discord"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/web/vidium/recipe.toml
Normal file
5
recipes/wip/web/vidium/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/s-panferov/vidium"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user