19 lines
648 B
Bash
19 lines
648 B
Bash
# Template file for 'python3-SoCo'
|
|
pkgname=python3-SoCo
|
|
version=0.29.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-xmltodict python3-requests python3-ifaddr python3-appdirs python3-lxml"
|
|
checkdepends="${depends} python3-pytest python3-requests-mock"
|
|
short_desc="Python3 bindings for programmatic control of Sonos speakers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://python-soco.com"
|
|
distfiles="https://github.com/SoCo/SoCo/archive/v${version}.tar.gz"
|
|
checksum=333002822c36c510f2d075cfe0a8f3dbe2992f3ee04ed1d222dc02eeadf987fa
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|