4e4bf7
vars/build.vars: always build ruby.
@@ -589,11 +589,8 @@ LEAF_PACKAGES_PACKAGES="
|
|
589
589
|
apk_tools aria2 bash bc bdwgc bind bison chicken clang_host coreutils cparser cron dash datamash diffutils
|
590
590
|
dos2unix dropbear ed figlet file findutils gawk git gnupg grep hexcurse htop inetutils infounzip infozip
|
591
591
|
irssi john ldns less lighttpd lynx make man_db mc mksh mtr m4 nano netcat nginx openlitespeed openssh p7zip
|
592
|
-
pacman patch patchutils perl procps_ng python3 qpdf rsync rxvt_unicode sed smallbasic socat st tar tcsh
|
592
|
+
pacman patch patchutils perl procps_ng python3 qpdf rsync ruby rxvt_unicode sed smallbasic socat st tar tcsh
|
593
593
|
the_silver_searcher tmux toilet util_linux vim weechat wget which whois xeyes xwd zsh";
|
594
|
-
if [ -n "$(which ruby 2>/dev/null)" ]; then
|
595
|
-
LEAF_PACKAGES_PACKAGES="${LEAF_PACKAGES_PACKAGES:+${LEAF_PACKAGES_PACKAGES} }ruby";
|
596
|
-
fi;
|
597
594
|
LEAF_PACKAGES_PREFIX="${PREFIX_NATIVE}";
|
598
595
|
: ${PKG_APK_TOOLS_SHA256SUM:=def2b2c23cd12fd2a9c19be49653b0d1bf9d81a26dac5a0ee79a1351d674f93b};
|
599
596
|
: ${PKG_APK_TOOLS_VERSION:=2.6.8};
|