mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
12 lines
241 B
YAML
12 lines
241 B
YAML
|
|
ext-apcu:
|
||
|
|
type: php-extension
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: url
|
||
|
|
url: 'https://pecl.php.net/get/APCu'
|
||
|
|
extract: php-src/ext/apcu
|
||
|
|
filename: apcu.tgz
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
license: PHP-3.01
|