New package: sonata

This commit is contained in:
v2px 2015-01-16 21:46:07 +01:00
parent 2e0c71df72
commit 7a0a4c1c46
1 changed files with 22 additions and 0 deletions

22
srcpkgs/sonata/template Normal file
View File

@ -0,0 +1,22 @@
# 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
}