mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
commit
a26d27da0c
2 changed files with 30 additions and 0 deletions
16
srcpkgs/mpd-sima/template
Normal file
16
srcpkgs/mpd-sima/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'mpd-sima'
|
||||||
|
pkgname=mpd-sima
|
||||||
|
version=0.14.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="MPD_sima-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="sima"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-musicpd>=0.4.0 python3-requests>=2.2.0"
|
||||||
|
short_desc="Automagically add titles to MPD playlist"
|
||||||
|
maintainer="Felix Hanley <felix@userspace.com.au>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://kaliko.me/code/mpd-sima"
|
||||||
|
distfiles="http://media.kaliko.me/src/sima/releases/MPD_sima-${version}.tar.xz"
|
||||||
|
checksum=a19d5cecd5bac13628648417e655fce052702b44a248a33192395a336415a506
|
14
srcpkgs/python3-musicpd/template
Normal file
14
srcpkgs/python3-musicpd/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-musicpd'
|
||||||
|
pkgname=python3-musicpd
|
||||||
|
version=0.4.2
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="python-musicpd-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
short_desc="An MPD (Music Player Daemon) client library for Python3"
|
||||||
|
maintainer="Felix Hanley <felix@userspace.com.au>"
|
||||||
|
license="LGPL-3"
|
||||||
|
homepage="http://kaliko.me/code/python-musicpd"
|
||||||
|
distfiles="${PYPI_SITE}/p/python-musicpd/python-musicpd-${version}.tar.gz"
|
||||||
|
checksum=ce9b648921c16bbd05c622cc6c915d3e86e4c97373d2b2be8222c5679890045b
|
Loading…
Add table
Reference in a new issue