637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
14 lines
291 B
TOML
14 lines
291 B
TOML
[package]
|
|
name = "memcached"
|
|
version = "1.6.22"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions: https://docs.memcached.org/serverguide/#from-source
|
|
[source]
|
|
tar = "https://www.memcached.org/files/memcached-1.6.22.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libevent",
|
|
]
|