Removing pandoc dependency.
This commit is contained in:
parent
99b640f183
commit
7dc8dcff3e
@ -18,7 +18,7 @@ etc/termux-login.sh
|
||||
# Some of these packages are not dependencies and used only to ensure
|
||||
# that core packages are installed after upgrading (we removed busybox
|
||||
# from essentials).
|
||||
TERMUX_PKG_DEPENDS="bzip2, coreutils, curl, dash, diffutils, findutils, gawk, grep, gzip, less, procps, psmisc, sed, tar, termux-am, termux-am-socket, termux-exec, util-linux, xz-utils, dialog bash"
|
||||
TERMUX_PKG_DEPENDS="bzip2, coreutils, curl, dash, diffutils, findutils, gawk, grep, gzip, less, procps, psmisc, sed, tar, termux-am, termux-am-socket, termux-exec, util-linux, xz-utils, dialog, bash"
|
||||
|
||||
# Optional packages that are distributed as part of bootstrap archives.
|
||||
TERMUX_PKG_RECOMMENDS="ed, dos2unix, inetutils, net-tools, patch, unzip"
|
||||
@ -59,8 +59,6 @@ termux_step_make_install() {
|
||||
mkdir -p $TERMUX_PREFIX/share/man/man1
|
||||
sed -e "s|@TERMUX_PREFIX@|${TERMUX_PREFIX}|g" -e "s|@TERMUX_HOME@|${TERMUX_ANDROID_HOME}|g" \
|
||||
$TERMUX_PKG_BUILDER_DIR/termux.1.md.in > $TERMUX_PKG_TMPDIR/termux.1.md
|
||||
pandoc --standalone --to man --output $TERMUX_PREFIX/share/man/man1/termux.1 \
|
||||
$TERMUX_PKG_TMPDIR/termux.1.md
|
||||
|
||||
mkdir -p $TERMUX_PREFIX/share/examples/termux
|
||||
install -Dm600 $TERMUX_PKG_BUILDER_DIR/termux.properties $TERMUX_PREFIX/share/examples/termux/
|
||||
|
Loading…
Reference in New Issue
Block a user