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