15 lines
620 B
Bash
15 lines
620 B
Bash
# Template file for 'mopidy-podcast'
|
|
pkgname=mopidy-podcast
|
|
version=3.0.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"
|
|
checkdepends="${depends} python3-gobject python3-pytest"
|
|
short_desc="Mopidy extension for browsing and playing podcasts"
|
|
maintainer="Nick Hahn <nick.hahn@posteo.de>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/tkem/mopidy-podcast"
|
|
distfiles="https://github.com/tkem/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=d923c61c6ecb1346e87844ae38425dc2dbadc0877205d91105df1e8652a2df5a
|