sed: mark package as essential

Because used by `apt-key`.
This commit is contained in:
Leonid Pliushch 2019-07-22 03:42:40 +03:00
parent 789f99c51f
commit 9d2a90ac45
1 changed files with 2 additions and 0 deletions

View File

@ -2,8 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/sed/
TERMUX_PKG_DESCRIPTION="GNU stream editor for filtering/transforming text"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=4.7
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/sed/sed-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a
TERMUX_PKG_ESSENTIAL=yes
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_pre_configure() {