Added fortune

This commit is contained in:
Alexander Hill
2026-01-11 18:31:57 -05:00
parent d4643cc677
commit fe29305d05
4 changed files with 51 additions and 2 deletions

View File

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