gptfdisk: Adjust dependency

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-12-28 23:13:54 +09:00 committed by xtkoba
parent 7e000511f0
commit 7f36d7b809
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ TERMUX_PKG_VERSION=1.0.9
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://sourceforge.net/projects/gptfdisk/files/gptfdisk/$TERMUX_PKG_VERSION/gptfdisk-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=dafead2693faeb8e8b97832b23407f6ed5b3219bc1784f482dd855774e2d50c2
TERMUX_PKG_DEPENDS="libc++, libpopt, libuuid (>> 2.38.1), ncurses"
TERMUX_PKG_DEPENDS="libc++, libpopt, ncurses"
TERMUX_PKG_BUILD_DEPENDS="libuuid"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make_install() {