# Maintainer: Giusy Margarita pkgname=mpv-acestream pkgver=0.1 pkgrel=1 pkgdesc="Lua script that adds AceStream protocol handler to mpv player" arch=("any") url="https://github.com/Digitalone1/mpv-acestream" license=("GPL3") #depends=() #makedepends=() optdepends=("acestream-engine: AceStream engine") source=("https://github.com/Digitalone1/mpv-acestream/archive/v$pkgver.tar.gz") install="$pkgname.install" md5sums=("14defb5825819786c86bf25a1a054cdc") package() { cd $pkgname-$pkgver install -Dm755 "scripts/$pkgname.lua" "$pkgdir/usr/lib/mpv/$pkgname.lua" install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 "README.md" "$pkgdir//usr/share/doc//$pkgname/README.md" }