diff --git a/recipes/wip/db/skytable/recipe.toml b/recipes/wip/db/skytable/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b389b7a68eb698df9c8a3c018bcd9551187e43b2 --- /dev/null +++ b/recipes/wip/db/skytable/recipe.toml @@ -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 +""" diff --git a/recipes/wip/demos/tquic/recipe.toml b/recipes/wip/demos/tquic/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b600bbaf81f9b7bc168807437e1a88ba205bc437 --- /dev/null +++ b/recipes/wip/demos/tquic/recipe.toml @@ -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" +""" diff --git a/recipes/wip/dev/patchers/hexpatch/recipe.toml b/recipes/wip/dev/patchers/hexpatch/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..736fe9882fadd555349fe5ad33cb9a34c6042639 --- /dev/null +++ b/recipes/wip/dev/patchers/hexpatch/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Etto48/HexPatch" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/other/imageflow/recipe.toml b/recipes/wip/graphics/other/imageflow/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..bb9ab9b3e03dbe26ebc96ad3a3e1ab94d5d6dce7 --- /dev/null +++ b/recipes/wip/graphics/other/imageflow/recipe.toml @@ -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" +""" diff --git a/recipes/wip/net/bittorrent/aquatic-udp/recipe.toml b/recipes/wip/net/bittorrent/aquatic-udp/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..9d2b9ee2a0e94e098e890bbce28cf647ced8e9bf --- /dev/null +++ b/recipes/wip/net/bittorrent/aquatic-udp/recipe.toml @@ -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" +""" diff --git a/recipes/wip/net/http/sozu/recipe.toml b/recipes/wip/net/http/sozu/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..bad5b10335a0b753b77807237cc681796e827c26 --- /dev/null +++ b/recipes/wip/net/http/sozu/recipe.toml @@ -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 +""" diff --git a/recipes/wip/net/other/rathole/recipe.toml b/recipes/wip/net/other/rathole/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c3a56ae25e0439d7197039dd1213831b16a4c1a4 --- /dev/null +++ b/recipes/wip/net/other/rathole/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/rapiz1/rathole" +[build] +template = "cargo" diff --git a/recipes/wip/net/server/doh-server/recipe.toml b/recipes/wip/net/server/doh-server/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..355c37ab5acf485009bb69551264d8fcdfdd21f8 --- /dev/null +++ b/recipes/wip/net/server/doh-server/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/DNSCrypt/doh-server" +[build] +template = "cargo" diff --git a/recipes/wip/net/server/encrypted-dns-server/recipe.toml b/recipes/wip/net/server/encrypted-dns-server/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..58f49b37a55a46612dc661f192fab2f4f9a4c53c --- /dev/null +++ b/recipes/wip/net/server/encrypted-dns-server/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/DNSCrypt/encrypted-dns-server" +[build] +template = "cargo" diff --git a/recipes/wip/players/ytermusic/recipe.toml b/recipes/wip/players/ytermusic/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..2f4b872b0061f498380ac47d8f4665915f032896 --- /dev/null +++ b/recipes/wip/players/ytermusic/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ccgauche/ytermusic" +[build] +template = "cargo" diff --git a/recipes/wip/text/duat/recipe.toml b/recipes/wip/text/duat/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e68d7b22bd4590e13e096a453972cd031ec7738a --- /dev/null +++ b/recipes/wip/text/duat/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/AhoyISki/duat" +[build] +template = "cargo" diff --git a/recipes/wip/tools/dirscan/recipe.toml b/recipes/wip/tools/dirscan/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..34a075201c8b05aac431c48c3f8cf7799c9eeb97 --- /dev/null +++ b/recipes/wip/tools/dirscan/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/orf/dirscan" +[build] +template = "cargo" diff --git a/recipes/wip/tools/fuc/recipe.toml b/recipes/wip/tools/fuc/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..8b42ad059f49d803d717c8da2315602541273831 --- /dev/null +++ b/recipes/wip/tools/fuc/recipe.toml @@ -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 +"""