Built nano

This commit is contained in:
Alexander Hill
2026-01-12 21:30:32 -05:00
parent f0e2fcfc53
commit 774b47ad53
4 changed files with 21 additions and 2 deletions

View File

@@ -36,9 +36,10 @@ echo "Done!"
# NOTE: dash requires flex and mawk to build. ~ahill
# NOTE: libelf requires zlib to build. ~ahill
# NOTE: fortune-mod requires cmake to build. ~ahill
# NOTE: nano requires ncurses to build. ~ahill
cd /maple
LAYER0="bc byacc bzip2 coreutils diffutils findutils grep gzip kmod libressl m4 make mawk muon musl ncurses patch perl pkgconf sed tar xz zlib"
LAYER1="autoconf automake flex groff libarchive libelf libtool linux"
LAYER1="autoconf automake flex groff libarchive libelf libtool linux nano"
LAYER2="dash nasm cmake fortune-mod"
PACKAGES="$LAYER0 $LAYER1 $LAYER2"
for pkg in $PACKAGES; do