termux-exec: fix essential status

This commit is contained in:
Leonid Pliushch 2019-08-11 17:09:28 +03:00
parent a4b395affc
commit 3d683822be
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ 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.4
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/termux/termux-exec/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=9a8d42d211a7d461d61dcd4e3ef984014c2c2c696cfd6394bae389af13572627
TERMUX_PKG_ESSENTIAL=yes
TERMUX_PKG_BUILD_IN_SRC=yes