You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
504 B
13 lines
504 B
TERMUX_PKG_HOMEPAGE=https://www.libssh.org/
|
|
TERMUX_PKG_DESCRIPTION="Tiny C SSH library"
|
|
TERMUX_PKG_LICENSE="LGPL-2.0"
|
|
TERMUX_PKG_VERSION=0.9.3
|
|
TERMUX_PKG_SRCURL=https://www.libssh.org/files/${TERMUX_PKG_VERSION:0:3}/libssh-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_SHA256=2c8b5f894dced58b3d629f16f3afa6562c20b4bdc894639163cf657833688f0c
|
|
TERMUX_PKG_DEPENDS="openssl, zlib"
|
|
TERMUX_PKG_BREAKS="libssh-dev"
|
|
TERMUX_PKG_REPLACES="libssh-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-DHAVE_ARGP_H=OFF
|
|
-DWITH_GSSAPI=OFF
|
|
"
|
|
|