mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
18 lines
347 B
YAML
18 lines
347 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:
|
|
os:
|
|
- Linux
|
|
- Darwin
|
|
arg-type: '--enable-memcache@shared_suffix@ --with-zlib-dir=@build_root_path@'
|