Browse Source

scripts/setup-termux.sh: install asciidoc

emacs-27
Leonid Plyushch 5 years ago
parent
commit
0d55edb1a4
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/setup-termux.sh

1
scripts/setup-termux.sh

@ -11,6 +11,7 @@ PACKAGES+=" python" # Used buildorder.py core script.
PACKAGES+=" unzip" # Used to extract *.zip source archives.
# Tier 2: requirements for building many other packages.
PACKAGES+=" asciidoc"
PACKAGES+=" autoconf"
PACKAGES+=" automake"
PACKAGES+=" bc"

Loading…
Cancel
Save