gptfdisk: depend on ncurses

This commit is contained in:
Leonid Plyushch 2019-09-20 16:30:33 +03:00 committed by Yaksh Bariya
parent a79d7bf731
commit 8c3403df45
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.0.4
TERMUX_PKG_SRCURL=https://sourceforge.net/projects/gptfdisk/files/gptfdisk/$TERMUX_PKG_VERSION/gptfdisk-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=b663391a6876f19a3cd901d862423a16e2b5ceaa2f4a3b9bb681e64b9c7ba78d
TERMUX_PKG_DEPENDS="libpopt, libuuid"
TERMUX_PKG_DEPENDS="libpopt, libuuid, ncurses"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make_install() {