Use termux_error_exit in more cases
[termux-packages] / packages / tack / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=http://invisible-island.net/ncurses/tack.html
2TERMUX_PKG_DESCRIPTION="Program that can be used to verify or refine a terminfo (terminal information) description of a terminal"
3TERMUX_PKG_VERSION=1.07
4# Note: tack does not use a version number in the tar filename, so it's not possible
5# to link to other than the latest release.
6TERMUX_PKG_DEPENDS="ncurses"
7TERMUX_PKG_SRCURL=http://invisible-island.net/datafiles/release/tack.tar.gz
8TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ncursesw --mandir=$TERMUX_PREFIX/share/man"
9TERMUX_PKG_BUILD_IN_SRC="yes"
10TERMUX_PKG_FOLDERNAME=tack-${TERMUX_PKG_VERSION}