redox/recipes/wip/memcached/recipe.toml
2023-11-30 18:13:53 +00:00

9 lines
238 B
TOML

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