mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Add recipes
This commit is contained in:
parent
0a5d29b7fd
commit
8d4808a05b
8
recipes/wip/db/skytable/recipe.toml
Normal file
8
recipes/wip/db/skytable/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/skytable/skytable"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages skysh skyd
|
||||
"""
|
||||
10
recipes/wip/demos/tquic/recipe.toml
Normal file
10
recipes/wip/demos/tquic/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Tencent/tquic"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages tquic_tools
|
||||
mv "${COOKBOOK_STAGE}/usr/bin/tquic_server" "${COOKBOOK_STAGE}/usr/bin/tquic-server"
|
||||
mv "${COOKBOOK_STAGE}/usr/bin/tquic_client" "${COOKBOOK_STAGE}/usr/bin/tquic-client"
|
||||
"""
|
||||
5
recipes/wip/dev/patchers/hexpatch/recipe.toml
Normal file
5
recipes/wip/dev/patchers/hexpatch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Etto48/HexPatch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
13
recipes/wip/graphics/other/imageflow/recipe.toml
Normal file
13
recipes/wip/graphics/other/imageflow/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/imazen/imageflow"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"libpng",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages imageflow_tool_lib
|
||||
mv "${COOKBOOK_STAGE}/usr/bin/imageflow_tool" "${COOKBOOK_STAGE}/usr/bin/imageflow-tool"
|
||||
"""
|
||||
9
recipes/wip/net/bittorrent/aquatic-udp/recipe.toml
Normal file
9
recipes/wip/net/bittorrent/aquatic-udp/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/greatest-ape/aquatic"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages aquatic_udp
|
||||
mv "${COOKBOOK_STAGE}/usr/bin/aquatic_udp" "${COOKBOOK_STAGE}/usr/bin/aquatic-udp"
|
||||
"""
|
||||
8
recipes/wip/net/http/sozu/recipe.toml
Normal file
8
recipes/wip/net/http/sozu/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sozu-proxy/sozu"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages sozu
|
||||
"""
|
||||
5
recipes/wip/net/other/rathole/recipe.toml
Normal file
5
recipes/wip/net/other/rathole/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rapiz1/rathole"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/server/doh-server/recipe.toml
Normal file
5
recipes/wip/net/server/doh-server/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/DNSCrypt/doh-server"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/server/encrypted-dns-server/recipe.toml
Normal file
5
recipes/wip/net/server/encrypted-dns-server/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/DNSCrypt/encrypted-dns-server"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/players/ytermusic/recipe.toml
Normal file
5
recipes/wip/players/ytermusic/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ccgauche/ytermusic"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/duat/recipe.toml
Normal file
5
recipes/wip/text/duat/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/AhoyISki/duat"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/dirscan/recipe.toml
Normal file
5
recipes/wip/tools/dirscan/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/orf/dirscan"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/tools/fuc/recipe.toml
Normal file
8
recipes/wip/tools/fuc/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SUPERCILEX/fuc"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages cpz rmz
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user