termux-exec: update to 0.7

Added support for specifying Termux dirs as make arguments.
This commit is contained in:
Leonid Pliushch 2020-10-30 23:59:00 +02:00
parent ed0b81c3ac
commit 462e2677b9

View File

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-exec
TERMUX_PKG_DESCRIPTION="An execve() wrapper to make /bin and /usr/bin shebangs work"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_VERSION=0.6
TERMUX_PKG_VERSION=0.7
TERMUX_PKG_SRCURL=https://github.com/termux/termux-exec/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=5d70ec1f469405a047086ad281c8f574e620f8c0f461a2662c2dad9bf4dd5df6
TERMUX_PKG_SHA256=0503b6f2815c18e6d6a48b195c68d8733642dc53c2a751014c18a9ce98e14ec3
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_MAKE_ARGS="TERMUX_PREFIX=${TERMUX_PREFIX} TERMUX_BASE_DIR=${TERMUX_BASE_DIR}"