postgresql: Update from 9.6.2 to 9.6.3
[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
544181cd 8TERMUX_PKG_SHA256=e7ce787d1f7c63e51781eca9ebf4c349fcf4cbecb78cf37d60754f4c122c87fe
59f0d218
FF
9TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ncursesw --mandir=$TERMUX_PREFIX/share/man"
10TERMUX_PKG_BUILD_IN_SRC="yes"
11TERMUX_PKG_FOLDERNAME=tack-${TERMUX_PKG_VERSION}