redox/recipes/wip/memcached/recipe.toml
2023-12-22 11:44:40 +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",
]