From 2b9cc6a4293421b1145c47a2050bb9d1b51e6614 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 17 Feb 2026 22:35:58 -0300 Subject: [PATCH] Remove unnecessary recipe --- .../wip/net/onion-routing/lokinet/recipe.toml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 recipes/wip/net/onion-routing/lokinet/recipe.toml diff --git a/recipes/wip/net/onion-routing/lokinet/recipe.toml b/recipes/wip/net/onion-routing/lokinet/recipe.toml deleted file mode 100644 index 0061eb0b7..000000000 --- a/recipes/wip/net/onion-routing/lokinet/recipe.toml +++ /dev/null @@ -1,17 +0,0 @@ -#TODO not compiled or tested -# build instructions: https://github.com/oxen-io/lokinet/blob/dev/docs/install.md#building -[source] -tar = "https://github.com/oxen-io/lokinet/releases/download/v0.9.11/lokinet-v0.9.11.tar.xz" -[build] -template = "cmake" -dependencies = [ - "libcap", - "libuv", - "libsodium", - "curl", - "libevent", - "libnettle", - "openssl1", - "unbound", - "nlohmann-json", -]