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", -]