2018-11-22 13:37:38 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-auth
|
2018-10-21 15:20:43 +03:00
|
|
|
TERMUX_PKG_DESCRIPTION="Password authentication library and utility for Termux"
|
2019-01-21 14:53:58 +02:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2020-05-13 11:01:25 +03:00
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
|
2020-10-31 00:12:35 +02:00
|
|
|
TERMUX_PKG_VERSION=1.4
|
2020-10-31 00:25:03 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/termux-auth/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
2020-11-26 16:17:16 +02:00
|
|
|
TERMUX_PKG_SHA256=539bc4f8271878d3402e8f54030441e345cfb8d0d635fa59c541f51d21e939d0
|
2018-10-21 15:20:43 +03:00
|
|
|
TERMUX_PKG_DEPENDS="openssl"
|
2019-07-20 11:42:33 +03:00
|
|
|
TERMUX_PKG_BREAKS="termux-auth-dev"
|
|
|
|
TERMUX_PKG_REPLACES="termux-auth-dev"
|
2020-10-31 00:12:35 +02:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
CPPFLAGS+=" -DTERMUX_HOME=\\\"${TERMUX_ANDROID_HOME}\\\" -DTERMUX_PREFIX=\\\"${TERMUX_PREFIX}\\\""
|
|
|
|
}
|