scripts/setup-termux.sh: install asciidoc

This commit is contained in:
Leonid Pliushch 2019-08-16 02:51:05 +03:00
parent c79fd6d3ac
commit c33a3ba6d9

View File

@ -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"