summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0e35af74a0d0d2e9108b9f72cb66987bcbc01b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Bleuzen <supgesu at gmail dot com>

pkgname=spotrec
pkgver=0.13.0
pkgrel=2
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=('ef9f6f30245bdcd9f2f499643aeb9554'
         'SKIP')

package() {
  mkdir -p "$pkgdir"/usr/bin/
  install -D ${pkgname} "$pkgdir"/usr/bin/
  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}