18 lines
650 B
Plaintext
18 lines
650 B
Plaintext
|
# Template file for 'libssh2'
|
||
|
pkgname=libssh2
|
||
|
version=1.4.1
|
||
|
homepage="http://www.libssh2.org/"
|
||
|
distfiles="http://www.libssh2.org/download/$pkgname-$version.tar.gz"
|
||
|
build_style=gnu-configure
|
||
|
short_desc="library implementing the SSH2 protocol"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="BSD"
|
||
|
checksum=196579273b47813fe833d35dd234767567ed8938d9b98f1badf7af9002c9322d
|
||
|
long_desc="
|
||
|
libssh2 is a client-side C library implementing the SSH2 protocol. It supports
|
||
|
regular terminal, SCP and SFTP sessions; port forwarding; password, key-based
|
||
|
and keyboard-interactive authentication."
|
||
|
|
||
|
subpackages="$pkgname-devel"
|
||
|
Add_dependency build openssl-devel
|