Browse Source
scripts/setup-termux.sh: install asciidoc
android-5
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
0 deletions
-
scripts/setup-termux.sh
|
|
@ -12,6 +12,7 @@ PACKAGES+=" termux-elf-cleaner" # We can't build termux-elf-cleaner on android-5 |
|
|
|
PACKAGES+=" unzip" # Used to extract *.zip source archives. |
|
|
|
|
|
|
|
# Tier 2: requirements for building many other packages. |
|
|
|
PACKAGES+=" asciidoc" |
|
|
|
PACKAGES+=" autoconf" |
|
|
|
PACKAGES+=" automake" |
|
|
|
PACKAGES+=" bc" |
|
|
|