mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
Add libmemcached
This commit is contained in:
16
config/pkg/lib/libmemcached.yml
Normal file
16
config/pkg/lib/libmemcached.yml
Normal 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
|
||||
Reference in New Issue
Block a user