23 lines
655 B
Plaintext
23 lines
655 B
Plaintext
|
# Template file for 'sonata'
|
||
|
pkgname=sonata
|
||
|
version=1.7a2
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
wrksrc="${pkgname}-${version}"
|
||
|
build_style=python-module
|
||
|
python_versions="3.4"
|
||
|
pycompile_module="sonata"
|
||
|
hostmakedepends="python3.4-setuptools"
|
||
|
depends="python3.4 python3.4-mpd2 python3.4-gobject ${hostmakedepends}"
|
||
|
short_desc="An elegant GTK 3 client for the Music Player Daemon"
|
||
|
maintainer="Jens E. Becker <v2px@v2px.de>"
|
||
|
homepage="http://www.nongnu.org/sonata/"
|
||
|
license="GPL-3"
|
||
|
distfiles="https://github.com/multani/sonata/archive/v${version}.tar.gz"
|
||
|
checksum=40314225aa4700741e28e9770cf3753399a9e557468b66d1d56d59f4f73138e2
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING LICENSE
|
||
|
}
|
||
|
|