X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/37606179a9771eb819868d3a026c7d756d2544a8..295241d4043c55a41259b4846464e1668b2f6a5f:/packages/abduco/build.sh diff --git a/packages/abduco/build.sh b/packages/abduco/build.sh index c6fe107a..6d23be71 100644 --- a/packages/abduco/build.sh +++ b/packages/abduco/build.sh @@ -1,9 +1,11 @@ TERMUX_PKG_HOMEPAGE=http://www.brain-dump.org/projects/abduco/ TERMUX_PKG_DESCRIPTION="Clean and simple terminal session manager" -TERMUX_PKG_VERSION=0.5 +TERMUX_PKG_VERSION=0.6 TERMUX_PKG_SRCURL=http://www.brain-dump.org/projects/abduco/abduco-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=c90909e13fa95770b5afc3b59f311b3d3d2fdfae23f9569fa4f96a3e192a35f4 TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_DEPENDS="libutil,dvtm" -export PREFIX=$TERMUX_PREFIX -CFLAGS+=" $CPPFLAGS" +termux_step_pre_configure () { + CFLAGS+=" $CPPFLAGS" +}