chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
539ae08
)
pass: Add comment on why we depend on coreutils
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 10 Sep 2017 19:56:10 +0000
(21:56 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 10 Sep 2017 19:56:10 +0000
(21:56 +0200)
packages/pass/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/pass/build.sh
b/packages/pass/build.sh
index 05cdb3ba29ccf989efda440261625e1a56d929f7..93072bbe8c62aa6c50ef12c7713110a7c949594c 100644
(file)
--- a/
packages/pass/build.sh
+++ b/
packages/pass/build.sh
@@
-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"