mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
23 lines
409 B
YAML
23 lines
409 B
YAML
libssh2:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghrel
|
|
repo: libssh2/libssh2
|
|
match: libssh2.+\.tar\.gz
|
|
prefer-stable: true
|
|
binary: hosted
|
|
metadata:
|
|
license-files: [COPYING]
|
|
license: BSD-3-Clause
|
|
depends:
|
|
- openssl
|
|
headers:
|
|
- libssh2.h
|
|
- libssh2_publickey.h
|
|
- libssh2_sftp.h
|
|
pkg-configs:
|
|
- libssh2
|
|
static-libs@unix:
|
|
- libssh2.a
|