Skip to content

Instantly share code, notes, and snippets.

@mfrischknecht
Created July 29, 2016 20:05
Show Gist options
  • Save mfrischknecht/043951ebb11c55ded18a5202a6c122e3 to your computer and use it in GitHub Desktop.
Save mfrischknecht/043951ebb11c55ded18a5202a6c122e3 to your computer and use it in GitHub Desktop.
Mopify 1.6.0 PKGBUILD (Arch Linux)
# Minor modifications to https://aur.archlinux.org/packages/mopidy-mopify/ to build version 1.6.0
# Maintainer: hillbicks <hillbicks at doe dot ath dot cx>
pkgname=mopidy-mopify
pkgver=1.6.0
pkgrel=1
pkgdesc='A web client that uses external web services to provide additional features and a more complete music experience.'
arch=('any')
url="https://github.com/dirkgroenen/mopidy-mopify"
license=('APACHE')
depends=('python2' 'mopidy>=0.19' 'mopidy-spotify' 'python2-configobj')
makedepends=('python2' 'python2-setuptools')
source=("https://github.com/dirkgroenen/${pkgname}/archive/${pkgver}.zip")
md5sums=('0938ddfa641cd2e5cec93ae16f2fc142')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
python2 setup.py install --root="${pkgdir}/" --optimize=1
install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
# vim:set ts=2 sw=2 et:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment