python-mpd2: template formatting
This commit is contained in:
parent
3b77ee1fc9
commit
669033997e
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ pycompile_module="mpd2"
|
|||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel"
|
||||
depends="python"
|
||||
short_desc="A Python library which provides a client interface for the Music Player Daemon."
|
||||
short_desc="A Python library which provides a client interface for the Music Player Daemon"
|
||||
maintainer="Jens E. Becker <v2px@v2px.de>"
|
||||
homepage="https://github.com/Mic92/python-mpd2"
|
||||
license="GPL-3"
|
||||
|
@ -18,7 +18,7 @@ distfiles="https://github.com/Mic92/python-mpd2/archive/v${version}.tar.gz"
|
|||
checksum=04dbc3b8d90746298e42852c5b7fb5be5e7af2ca03e812059639b6c060d98c53
|
||||
|
||||
post_install() {
|
||||
vlicense GPL.txt LICENSE
|
||||
vlicense GPL.txt LICENSE
|
||||
}
|
||||
|
||||
python3.4-mpd2_package() {
|
||||
|
|
Loading…
Reference in a new issue