alicelinux

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

abuild (227B)


      1 name=sfwbar
      2 version=1.0_beta16.1
      3 release=1
      4 source="https://github.com/LBCrion/${name}/archive/v${version}/${name}-v${version}.tar.gz"
      5 
      6 postbuild() {
      7 	mkdir -p $PKG/etc/revdep.d
      8 	echo /usr/lib/sfwbar > $PKG/etc/revdep.d/$name
      9 }