Created
January 8, 2020 23:03
-
-
Save tonyfinn/2234b75f5a72cca23e0547b6401e23fe to your computer and use it in GitHub Desktop.
Revisions
-
tonyfinn created this gist
Jan 8, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ pkgname=mopidy-mpris pkgver=3.0.1 pkgrel=1 pkgdesc="Mopidy extension for controlling Mopidy through the MPRIS D-Bus interface" arch=('any') url="http://www.mopidy.com" license=('APACHE') depends=( 'mopidy>=3.0' 'python-pykka>=2.0' 'python-setuptools' 'python-pydbus') makedepends=('python') provides=('mopidy-mpris') source=("https://github.com/mopidy/${pkgname}/archive/v${pkgver}.tar.gz") sha256sums=('b37afe2e99200cdd258750732fc04495c39a5279a63d9a5e9bb4e811313bdcfe') package() { cd "$srcdir/$pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 }