alicelinux

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

abuild (303B)


      1 name=tlp
      2 version=1.8.0
      3 release=2
      4 source="https://github.com/linrunner/TLP/archive/${version}/TLP-${version}.tar.gz"
      5 
      6 postbuild() {
      7 	rm -rf \
      8 		$PKG/usr/lib/udev \
      9 		$PKG/usr/lib/systemd \
     10 		$PKG/usr/lib/elogind
     11 	rm -r \
     12 		$PKG/usr/share/zsh \
     13 		$PKG/usr/share/fish \
     14 		$PKG/usr/share/bash-completion
     15 }
     16