mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
16 lines
258 B
YAML
16 lines
258 B
YAML
|
|
ext-ssh2:
|
||
|
|
type: php-extension
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: pecl
|
||
|
|
name: ssh2
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
license: PHP-3.01
|
||
|
|
depends:
|
||
|
|
- libssh2
|
||
|
|
- ext-openssl
|
||
|
|
- ext-zlib
|
||
|
|
php-extension:
|
||
|
|
arg-type: with-path
|