scripts/setup-termux.sh: install asciidoctor

This commit is contained in:
Leonid Pliushch 2020-01-01 17:40:07 +02:00
parent b0f7156835
commit 8bdbfa05ce

View File

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