summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: db054a9d20884ef45ec362005c70cafa7258754f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: ot com>

pkgname=mopidy-local-images
pkgver=0.3.3
pkgrel=2
pkgdesc="Mopidy local library proxy extension for handling embedded album art"
arch=('any')
url="https://github.com/martijnboland/moped"
license=('APACHE')
depends=(
  'python2' 
  'mopidy>=0.19'
  'python2-uritools'
)
makedepends=('python2' 'python2-setuptools')
source=("https://github.com/tkem/mopidy-local-images/archive/v${pkgver}.tar.gz")

package() {
    cd "${srcdir}/mopidy-local-images-${pkgver}"
    python2 setup.py install --root="${pkgdir}/" --optimize=1

    install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

# vim:set ts=2 sw=2 et:
      
md5sums=('1bc4b305b61465003ccdfec2e9d10463')