new package: libnewt, whiptail

This commit is contained in:
Tee KOBAYASHI 2021-12-19 16:32:17 +09:00 committed by Leonid Pliushch
parent 60e9d3f0e8
commit a1f7307352
2 changed files with 17 additions and 0 deletions

14
packages/libnewt/build.sh Normal file
View File

@ -0,0 +1,14 @@
TERMUX_PKG_HOMEPAGE=https://pagure.io/newt
TERMUX_PKG_DESCRIPTION="A programming library for color text mode, widget based user interfaces"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.52.21
TERMUX_PKG_SRCURL=https://releases.pagure.org/newt/newt-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
TERMUX_PKG_DEPENDS="libandroid-support, libpopt, slang"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-nls
--without-python
--without-tcl
"

View File

@ -0,0 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/ share/man/man1/"
TERMUX_SUBPKG_DESCRIPTION="Display dialog boxes from shell scripts"
TERMUX_SUBPKG_CONFLICTS="dialog (<< 1.3-20211214)"