Add recipes

This commit is contained in:
Ribbon 2024-07-14 16:33:08 +00:00
parent 0a5d29b7fd
commit 8d4808a05b
13 changed files with 91 additions and 0 deletions

View 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
"""

View 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"
"""

View File

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

View 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"
"""

View 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"
"""

View 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
"""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View 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
"""