void-packages/srcpkgs/python3-SoCo/template
2021-10-09 08:01:03 -04:00

20 lines
590 B
Bash

# Template file for 'python3-SoCo'
pkgname=python3-SoCo
version=0.18.1
revision=4
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
}