From 605a4321837f83b2d08bea1b28a28d595bfad44d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 3 Apr 2018 13:35:46 -0300 Subject: [PATCH] New package: bum-0.1.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #13194 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller --- srcpkgs/bum/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/bum/template diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template new file mode 100644 index 00000000000..f3dec21c6fe --- /dev/null +++ b/srcpkgs/bum/template @@ -0,0 +1,19 @@ +# Template file for 'bum' +pkgname=bum +version=0.1.2 +revision=1 +build_style=python3-module +pycompile_modules="bum" +noarch=yes +hostmakedepends="python3-setuptools" +depends="python3-mpd2 python3-musicbrainzngs python3-mpv" +short_desc="Daemon that downloads and displays album arts via MPD events" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/dylanaraps/bum" +distfiles="https://github.com/dylanaraps/bum/archive/${version}.tar.gz" +checksum=de6ecaaf532d2e1f5c25a8db9f1cb87e08d2fd278b1770e914524e3bec9aaf39 + +post_install() { + vlicense LICENSE.md +}