blob: 2bbd5d9e692428e10eb2ba4e96e1c9b61fa2e1c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name=mpv
version=0.39.0
release=2
source="https://github.com/${name}-player/${name}/archive/v${version}/${name}-${version}.tar.gz"
build_opt="-Dwayland=enabled"
[ -f $SPM_PKGDB/libx11 ] && build_opt="$build_opt -Dx11=enabled"
postbuild() {
rm -r \
$PKG/usr/share/zsh \
$PKG/usr/share/bash-completion
}
|