redox/recipes/wip/db/memcached/recipe.toml
2024-02-17 22:09:10 +00:00

10 lines
264 B
TOML

#TODO probably wrong template, see https://github.com/memcached/memcached/wiki/Install#from-source
#TODO make libevent works
[source]
tar = "https://www.memcached.org/files/memcached-1.6.22.tar.gz"
[build]
template = "configure"
dependencies = [
"libevent",
]