mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 23:05:41 +08:00
21 lines
395 B
YAML
21 lines
395 B
YAML
ext-event:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: url
|
|
url: 'https://bitbucket.org/osmanov/pecl-event/get/3.1.4.tar.gz'
|
|
extract: php-src/ext/event
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: PHP-3.01
|
|
depends:
|
|
- libevent
|
|
- ext-openssl
|
|
suggests:
|
|
- ext-sockets
|
|
php-extension:
|
|
os:
|
|
- Linux
|
|
- Darwin
|
|
arg-type: custom
|