New package: python3-SoCo-0.15.
This commit is contained in:
parent
71528ada43
commit
931335284d
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-SoCo/template
Normal file
20
srcpkgs/python3-SoCo/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-SoCo'
|
||||
pkgname=python3-SoCo
|
||||
version=0.15
|
||||
revision=1
|
||||
noarch=yes
|
||||
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="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://python-soco.com"
|
||||
distfiles="https://github.com/SoCo/SoCo/archive/v${version}.tar.gz"
|
||||
checksum=ce08ece97ab09bca19ac9f8cb625fbe480a62b0f21b8ede50ae196070dd183e1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
}
|
Loading…
Reference in a new issue