aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/tlp/abuild
blob: b19259a420fc87dc91d556117be0080f0d3c7f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name=tlp
version=1.8.0
release=2
source="https://github.com/linrunner/TLP/archive/${version}/TLP-${version}.tar.gz"

postbuild() {
	rm -rf \
		$PKG/usr/lib/udev \
		$PKG/usr/lib/systemd \
		$PKG/usr/lib/elogind
	rm -r \
		$PKG/usr/share/zsh \
		$PKG/usr/share/fish \
		$PKG/usr/share/bash-completion
}