mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-25 05:00:21 +00:00
packages/dialog
This commit is contained in:
@@ -3,10 +3,9 @@ TERMUX_PKG_DESCRIPTION="Application used in shell scripts which displays text us
|
||||
TERMUX_PKG_LICENSE="LGPL-2.1"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_DEPENDS="libandroid-support, ncurses"
|
||||
TERMUX_PKG_VERSION="1.3-20210621"
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_VERSION="1.3-20211214"
|
||||
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/dialog-${TERMUX_PKG_VERSION}.tgz
|
||||
TERMUX_PKG_SHA256=c3af22ccfcd9baca384062108dd9354e86990929ee270c239eef69518c5da7c8
|
||||
TERMUX_PKG_SHA256=cc2965e05c6a8c37070b36b56414eaa560df8d87f2cea21759e28950e9b27a4b
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ncursesw --enable-widec --with-pkg-config"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
@@ -22,6 +21,4 @@ termux_step_pre_configure() {
|
||||
|
||||
termux_step_post_make_install() {
|
||||
rm $TERMUX_PREFIX/lib/libtinfo.so
|
||||
cd $TERMUX_PREFIX/bin
|
||||
ln -f -s dialog whiptail
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user