16 lines
705 B
Bash
16 lines
705 B
Bash
# Template file for 'mopidy-local'
|
|
pkgname=mopidy-local
|
|
version=3.1.1
|
|
revision=6
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="mopidy python3-pykka python3-setuptools python3-uritools"
|
|
checkdepends="${depends} python3-gobject python3-pytest"
|
|
short_desc="Mopidy extension for playing music from your local music archive"
|
|
maintainer="Nick Hahn <nick.hahn@posteo.de>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/mopidy/mopidy-local"
|
|
changelog="https://raw.githubusercontent.com/mopidy/mopidy-local/v${version}/CHANGELOG.rst"
|
|
distfiles="https://github.com/mopidy/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=270d149d61f46a8688b874b60921a108a8fb97784bb651db64c814342bda98a2
|