mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
15 lines
310 B
YAML
15 lines
310 B
YAML
ext-memcache:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: pecl
|
|
name: memcache
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: PHP-3.0
|
|
depends:
|
|
- ext-zlib
|
|
- ext-session
|
|
php-extension:
|
|
arg-type: '--enable-memcache@shared_suffix@ --with-zlib-dir=@build_root_path@'
|