Browse Source

scripts/setup-termux.sh: install asciidoctor

build-on-device
Leonid Plyushch 5 years ago
parent
commit
3919557b20
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/setup-termux.sh

1
scripts/setup-termux.sh

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

Loading…
Cancel
Save