21 lines
601 B
Bash
21 lines
601 B
Bash
# Template file for 'python3-SoCo'
|
|
pkgname=python3-SoCo
|
|
version=0.18
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="SoCo-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="soco"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-xmltodict python3-requests"
|
|
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=b289877267d0a5707f2c6c9a66e7b5062c232d62f8bd8633150deabbe0bee3b4
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|