aboutsummaryrefslogtreecommitdiff
path: root/mpv/abuild
blob: b70b7327e56ac951a039b737161e05b60241725f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=mpv
version=0.40.0
release=1
source="https://github.com/${name}-player/${name}/archive/v${version}/${name}-${version}.tar.gz
	ffmpeg8.patch"
build_opt="-Dwayland=enabled"

postbuild() {
	rm -r \
		$PKG/usr/share/zsh \
		$PKG/usr/share/bash-completion
}