TERMUX_PKG_HOMEPAGE=http://gnuplot.info/ TERMUX_PKG_DESCRIPTION="Command-line driven graphing utility" TERMUX_PKG_VERSION=5.2.5 TERMUX_PKG_SHA256=039db2cce62ddcfd31a6696fe576f4224b3bc3f919e66191dfe2cdb058475caa TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/gnuplot/gnuplot/${TERMUX_PKG_VERSION}/gnuplot-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-x --with-lua=no --with-bitmap-terminals" TERMUX_PKG_DEPENDS="libandroid-support, readline, pango, libgd" TERMUX_PKG_HOSTBUILD=yes termux_step_host_build() { "$TERMUX_PKG_SRCDIR/configure" make -C docs/ gnuplot.gih } termux_step_post_make_install() { mkdir -p $TERMUX_PREFIX/share/gnuplot/5.2/ cp $TERMUX_PKG_HOSTBUILD_DIR/docs/gnuplot.gih \ $TERMUX_PREFIX/share/gnuplot/5.2/gnuplot.gih }