Add libmemcached

This commit is contained in:
crazywhalecc
2026-02-06 11:25:19 +08:00
parent e9a411cc66
commit bd11533865
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
libmemcached:
type: library
artifact:
source:
type: ghtagtar
repo: awesomized/libmemcached
match: 1.\d.\d
metadata:
license-files: [LICENSE]
license: BSD-3-Clause
lang: cpp
static-libs@unix:
- libmemcached.a
- libmemcachedprotocol.a
- libmemcachedutil.a
- libhashkit.a