20 lines
590 B
Bash
20 lines
590 B
Bash
# Template file for 'python3-SoCo'
|
|
pkgname=python3-SoCo
|
|
version=0.18.1
|
|
revision=3
|
|
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=2ebe6c8953a0a871a43190938c17b9a053124e6115ca2d05138c4394ab1260bd
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|