Skip to content
Snippets Groups Projects
Commit 8d4808a0 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent 0a5d29b7
No related branches found
No related tags found
No related merge requests found
Showing
with 91 additions and 0 deletions
#TODO not compiled or tested
[source]
git = "https://github.com/skytable/skytable"
[build]
template = "custom"
script = """
cookbook_cargo_packages skysh skyd
"""
#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"
"""
#TODO not compiled or tested
[source]
git = "https://github.com/Etto48/HexPatch"
[build]
template = "cargo"
#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"
"""
#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"
"""
#TODO not compiled or tested
[source]
git = "https://github.com/sozu-proxy/sozu"
[build]
template = "custom"
script = """
cookbook_cargo_packages sozu
"""
#TODO not compiled or tested
[source]
git = "https://github.com/rapiz1/rathole"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/DNSCrypt/doh-server"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/DNSCrypt/encrypted-dns-server"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/ccgauche/ytermusic"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/AhoyISki/duat"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/orf/dirscan"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/SUPERCILEX/fuc"
[build]
template = "custom"
script = """
cookbook_cargo_packages cpz rmz
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment