mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Add recipes
This commit is contained in:
parent
1f238c0f91
commit
badf148035
9
recipes/wip/dev/analysis/binwalk/recipe.toml
Normal file
9
recipes/wip/dev/analysis/binwalk/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ReFirmLabs/binwalk"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"fontconfig",
|
||||
"liblzma",
|
||||
]
|
||||
5
recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml
Normal file
5
recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/supinie/cargo-preflight"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/games/strategy/balatro-tui/recipe.toml
Normal file
8
recipes/wip/games/strategy/balatro-tui/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/image/other/satpaper/recipe.toml
Normal file
5
recipes/wip/image/other/satpaper/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Colonial-Dev/satpaper"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/analysis/pepe/recipe.toml
Normal file
5
recipes/wip/net/analysis/pepe/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/omarmhaimdat/pepe"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/monitor/somo/recipe.toml
Normal file
5
recipes/wip/net/monitor/somo/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/theopfr/somo"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/storage/kiorg/recipe.toml
Normal file
5
recipes/wip/storage/kiorg/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/houqp/kiorg"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/system/procman/recipe.toml
Normal file
5
recipes/wip/system/procman/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jaroslawroszyk/procman"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/dog/recipe.toml
Normal file
5
recipes/wip/text/dog/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/TrystanScottLambert/dog"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/video/converters/trv/recipe.toml
Normal file
10
recipes/wip/video/converters/trv/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/transformrs/trv"
|
||||
[build]
|
||||
template = "cargo"
|
||||
[package]
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
"typst",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user