alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (290B)


      1 name=bash
      2 version=5.2.37
      3 release=1
      4 source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz
      5 	bashrc"
      6 build_opt="--without-bash-malloc --with-installed-readline"
      7 
      8 postbuild() {
      9 	mkdir -p $PKG/bin
     10 	mv $PKG/usr/bin/bash $PKG/bin
     11 	
     12 	install -d $PKG/etc
     13 	install -m644 $SRC/bashrc $PKG/etc
     14 }