# Maintainer: Bleuzen pkgname=spotrec pkgver=0.15.0 pkgrel=1 pkgdesc="Spotify desktop client recorder for PulseAudio" arch=('any') url="https://github.com/Bleuzen/SpotRec" license=('mit') depends=('python' 'python-dbus' 'ffmpeg' 'gawk' 'bash') optdepends=('spotify') source=("spotrec::${url}/releases/download/v${pkgver}/${pkgname}.py" "https://raw.githubusercontent.com/Bleuzen/SpotRec/master/LICENSE") md5sums=('99ff503a6364e29446d07dada6d9f8f0' 'SKIP') package() { mkdir -p "$pkgdir"/usr/bin/ install -D ${pkgname} "$pkgdir"/usr/bin/ install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }