From 87062a0b12d636e8a7d8b820c1559d08c0bf563d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 11 Oct 2025 20:58:11 -0300 Subject: [PATCH] Add recipes --- recipes/wip/dev/hw/recipe.toml | 20 ++++++++++++++++++++ recipes/wip/net/other/agnos/recipe.toml | 5 +++++ recipes/wip/net/other/rlt/recipe.toml | 8 ++++++++ recipes/wip/net/other/wstunnel/recipe.toml | 8 ++++++++ recipes/wip/security/tyr/recipe.toml | 5 +++++ recipes/wip/sound/lookas/recipe.toml | 5 +++++ 6 files changed, 51 insertions(+) create mode 100644 recipes/wip/dev/hw/recipe.toml create mode 100644 recipes/wip/net/other/agnos/recipe.toml create mode 100644 recipes/wip/net/other/rlt/recipe.toml create mode 100644 recipes/wip/net/other/wstunnel/recipe.toml create mode 100644 recipes/wip/security/tyr/recipe.toml create mode 100644 recipes/wip/sound/lookas/recipe.toml diff --git a/recipes/wip/dev/hw/recipe.toml b/recipes/wip/dev/hw/recipe.toml new file mode 100644 index 000000000..e3361580c --- /dev/null +++ b/recipes/wip/dev/hw/recipe.toml @@ -0,0 +1,20 @@ +#TODO not compiled or tested +# build instructions: https://librepcb.org/docs/installation/build-from-sources/ +# commented out optional dependencies +[source] +git = "https://github.com/LibrePCB/LibrePCB" +rev = "77db4fda7f5df5d058bfc5d2fae3072bb30c8402" +[build] +template = "cmake" +cmakeflags = [ + "-DUSE_GLU=0", + "-DUSE_OPENCASCADE=0", +] +dependencies = [ + "qt6-base", + "qt6-imageformats", + "openssl3", + "zlib", + #"opencascade", + #"mesa-glu", +] diff --git a/recipes/wip/net/other/agnos/recipe.toml b/recipes/wip/net/other/agnos/recipe.toml new file mode 100644 index 000000000..e1a0cb687 --- /dev/null +++ b/recipes/wip/net/other/agnos/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/krtab/agnos" +[build] +template = "cargo" diff --git a/recipes/wip/net/other/rlt/recipe.toml b/recipes/wip/net/other/rlt/recipe.toml new file mode 100644 index 000000000..6efa1867e --- /dev/null +++ b/recipes/wip/net/other/rlt/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/kaichaosun/rlt" +[build] +template = "custom" +script = """ +cookbook_cargo_packages localtunnel localtunnel-client localtunnel-server +""" diff --git a/recipes/wip/net/other/wstunnel/recipe.toml b/recipes/wip/net/other/wstunnel/recipe.toml new file mode 100644 index 000000000..8e67e67f6 --- /dev/null +++ b/recipes/wip/net/other/wstunnel/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/erebe/wstunnel" +[build] +template = "custom" +script = """ +cookbook_cargo_packages wstunnel-cli +""" diff --git a/recipes/wip/security/tyr/recipe.toml b/recipes/wip/security/tyr/recipe.toml new file mode 100644 index 000000000..29b21d9fb --- /dev/null +++ b/recipes/wip/security/tyr/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://gitlab.com/cyberactivity/tyr" +[build] +template = "cargo" diff --git a/recipes/wip/sound/lookas/recipe.toml b/recipes/wip/sound/lookas/recipe.toml new file mode 100644 index 000000000..a46c714f8 --- /dev/null +++ b/recipes/wip/sound/lookas/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/rccyx/lookas" +[build] +template = "cargo"