alicelinux

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

abuild (269B)


      1 name=lighttpd
      2 version=1.4.81
      3 release=1
      4 source="https://download.${name}.net/${name}/releases-${version%.*}.x/${name}-${version}.tar.xz
      5 	$name.conf
      6 	run"
      7 sv="run"
      8 build_opt="-Dwith_openssl=true"
      9 
     10 postbuild() {
     11 	install -Dm644 $SRC/$name.conf $PKG/etc/$name/$name.conf
     12 }