2017-01-05 10:56:37 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/hanslub42/rlwrap
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Wrapper using readline to enable editing of keyboard input for commands"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-02-07 21:59:16 +01:00
|
|
|
TERMUX_PKG_VERSION=0.44
|
2016-11-04 13:06:17 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/rlwrap-${TERMUX_PKG_VERSION}.tar.xz
|
2021-02-07 21:59:16 +01:00
|
|
|
TERMUX_PKG_SHA256=8a57524e47cc5eaa00ddc438690cb3cbda9348b35c015f17558cd0061063743f
|
2017-03-04 02:30:09 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
ac_cv_func_grantpt=yes
|
|
|
|
ac_cv_func_unlockpt=yes
|
|
|
|
ac_cv_lib_util_openpty=no
|
|
|
|
ptyttylib_cv_ptys=STREAMS
|
|
|
|
"
|
2017-11-29 21:53:32 +01:00
|
|
|
TERMUX_PKG_DEPENDS="ncurses, readline"
|