mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 18:13:36 +00:00
Added fortune
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user