summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0be3e4d0c064fe46ff69a2d51389fbeca2ba19e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=bd-mpv
pkgver=1.0.0
pkgrel=1
pkgdesc="Playing blurays with mpv and fzf from the command line"
arch=('x86_64')
url="https://github.com/Twisteddanns/BD-Title-Selection-for-MPV-in-the-Terminal"
license=('none')
depends=('mpv' 'fzf' 'grep' 'libbluray')
optdepends=('makemkv' 'makemkv-libaacs')
source=("bd-mpv")
sha256sums=('SKIP')

package() {
	install -Dm755 bd-mpv "$pkgdir/usr/bin/bd-mpv"
}