Remove unnecessary recipe

This commit is contained in:
Ribbon 2026-02-17 22:35:58 -03:00
parent 7d609d0c34
commit 2b9cc6a429

View File

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