1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-22 12:02:49 +00:00

pass: Add comment on why we depend on coreutils

This commit is contained in:
Fredrik Fornwall 2017-09-10 21:56:10 +02:00
parent a72983a99f
commit fd8bd09a83

View File

@ -4,6 +4,8 @@ TERMUX_PKG_VERSION=1.7.1
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://git.zx2c4.com/password-store/snapshot/password-store-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_BUILD_IN_SRC=yes
# Depend on coreutils as pass uses [:graph:] when calling tr, which
# busybox tr does not support:
TERMUX_PKG_DEPENDS="bash, gnupg2, tree, coreutils"
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
TERMUX_PKG_EXTRA_MAKE_ARGS="PREFIX=$TERMUX_PREFIX"