void-packages/srcpkgs/bum/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

19 lines
605 B
Bash

# Template file for 'bum'
pkgname=bum
version=0.1.3
revision=3
archs=noarch
build_style=python3-module
pycompile_module="bum"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-mpd2 python3-musicbrainzngs python3-mpv"
short_desc="Daemon that downloads and displays album arts via MPD events"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/dylanaraps/bum"
distfiles="https://github.com/dylanaraps/bum/archive/${version}.tar.gz"
checksum=512b64d2fbd0d96b1c242f5e2b916c126671bd16dfbb5c71d164a39b5ebeeebe
post_install() {
vlicense LICENSE.md
}