d2712d265f
New version brings utility 'pwlogin' - like 'login' from termux-tools but with password auth support. Utility is useful only for programs doing remote connections, e.g. shellinabox or telnetd.
11 lines
538 B
Bash
11 lines
538 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-auth
|
|
TERMUX_PKG_DESCRIPTION="Password authentication library and utility for Termux"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
|
|
TERMUX_PKG_VERSION=1.2
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/termux-auth/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=b34cc64c0a21b3646af2e36965fa1c5a2dbf0e9cd94864861c523e920f1a7649
|
|
TERMUX_PKG_DEPENDS="openssl"
|
|
TERMUX_PKG_BREAKS="termux-auth-dev"
|
|
TERMUX_PKG_REPLACES="termux-auth-dev"
|