17 lines
681 B
Bash
17 lines
681 B
Bash
# Template file for 'mopidy-spotify'
|
|
pkgname=mopidy-spotify
|
|
version=4.0.1
|
|
revision=3
|
|
wrksrc="Mopidy-Spotify-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-setuptools"
|
|
depends="mopidy python3-pyspotify"
|
|
short_desc="Mopidy extension for playing music from Spotify"
|
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/mopidy/mopidy-spotify"
|
|
changelog="https://raw.githubusercontent.com/mopidy/mopidy-spotify/v${version}/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/M/Mopidy-Spotify/Mopidy-Spotify-${version}.tar.gz"
|
|
checksum=ab437903b9fee931864d62ba03af5d2517dd844f4c8476e1ba26b280daf40508
|