New package: bum-0.1.2.

Closes: #13194 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
maxice8 2018-04-03 13:35:46 -03:00 committed by Jürgen Buchmüller
parent 7b2b318d26
commit 605a432183
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 19 additions and 0 deletions

19
srcpkgs/bum/template Normal file
View File

@ -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 <thinkabit.ukim@gmail.com>"
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
}