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